ComponentOne DataGrid for WPF and Silverlight
ColumnHeaderDragDelta Event (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : ColumnHeaderDragDelta Event
Occurs when a column header is being dragged.
Syntax
'Declaration
 
Public Event ColumnHeaderDragDelta As System.EventHandler(Of C1DragDeltaEventArgs)
public event System.EventHandler<C1DragDeltaEventArgs> ColumnHeaderDragDelta
Event Data

The event handler receives an argument of type C1.WPF.C1DragDeltaEventArgs containing data related to this event. The following C1DragDeltaEventArgs 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