ComponentOne DataGrid for WPF and Silverlight
ColumnHeaderDragStarted Event (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : ColumnHeaderDragStarted Event
Occurs when a column header drag operation started.
Syntax
'Declaration
 
Public Event ColumnHeaderDragStarted As System.EventHandler(Of C1DragStartedEventArgs)
public event System.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.

PropertyDescription
(Inherited from C1.WPF.C1DragEventArgs)
(Inherited from C1.WPF.C1InputEventArgs)
 
(Inherited from C1.WPF.C1InputEventArgs)
(Inherited from C1.WPF.C1InputEventArgs)
(Inherited from C1.WPF.C1InputEventArgs)
See Also