'Declaration Public Event ItemHolding As EventHandler(Of C1TappedEventArgs)
public event EventHandler<C1TappedEventArgs> ItemHolding
Event Data
The event handler receives an argument of type C1.WPF.Core.C1TappedEventArgs containing data related to this event. The following C1TappedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Handled | (Inherited from C1.WPF.Core.C1InputEventArgs) |
IsBarrelButtonDown | Gets a value indicating whether the barrel button of the pen is pressed. |
IsCommandPressed | (Inherited from C1.WPF.Core.C1InputEventArgs) |
IsCtrlPressed | (Inherited from C1.WPF.Core.C1InputEventArgs) |
IsDown | Gets a value indicating whether the event is performed with the mouse down. |
IsRightTapped | Gets a value indicating whether the event is performed with the right button of the mouse. |
IsShiftPressed | (Inherited from C1.WPF.Core.C1InputEventArgs) |
OriginalEventArgs | (Inherited from C1.WPF.Core.C1InputEventArgs) |
OriginalSource | (Inherited from C1.WPF.Core.C1InputEventArgs) |
PointerDeviceType | (Inherited from C1.WPF.Core.C1InputEventArgs) |
See Also