C1.WPF.DataGrid Namespace > C1DataGrid Class : ColumnHeaderDragStarted Event |
'Declaration
Public Event ColumnHeaderDragStarted As System.EventHandler(Of C1DragStartedEventArgs)
public event System.EventHandler<C1DragStartedEventArgs> ColumnHeaderDragStarted
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 | |
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