C1.WPF.DataGrid Namespace > C1DataGrid Class : ColumnHeaderDragCompleted Event |
'Declaration
Public Event ColumnHeaderDragCompleted As System.EventHandler(Of C1DragCompletedEventArgs)
public event System.EventHandler<C1DragCompletedEventArgs> ColumnHeaderDragCompleted
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 | |
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) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2