'DeclarationPublic Event ColumnHeaderDragCompleted As EventHandler(Of C1DragCompletedEventArgs)
public event EventHandler<C1DragCompletedEventArgs> ColumnHeaderDragCompleted
Event Data
The event handler receives an argument of type C1.WPF.C1DragCompletedEventArgs containing data related to this event. The following C1DragCompletedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| CumulativeTranslation | Gets the accumulated translation. |
| DragHelper | (Inherited from C1.WPF.C1DragEventArgs) |
| Handled | (Inherited from C1.WPF.C1InputEventArgs) |
| OriginalEventArgs | (Inherited from C1.WPF.C1InputEventArgs) |
| OriginalSource | (Inherited from C1.WPF.C1InputEventArgs) |
| PointerDeviceType | (Inherited from C1.WPF.C1InputEventArgs) |
See Also