'Declaration
Public Event ColumnHeaderDragStarted As EventHandler(Of C1DragStartedEventArgs)
public event EventHandler<C1DragStartedEventArgs> ColumnHeaderDragStarted
Event Data
The event handler receives an argument of type C1.WPF.C1DragStartedEventArgs containing data related to this event. The following C1DragStartedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
DragHelper | (Inherited from C1.WPF.C1DragEventArgs) |
Handled | (Inherited from C1.WPF.C1InputEventArgs) |
Origin | Gets the absolute point where the gesture started. |
OriginalEventArgs | (Inherited from C1.WPF.C1InputEventArgs) |
OriginalSource | (Inherited from C1.WPF.C1InputEventArgs) |
PointerDeviceType | (Inherited from C1.WPF.C1InputEventArgs) |
See Also