ComponentOne DataGrid for WPF and Silverlight
ColumnHeaderDragCompleted Event (C1DataGrid)

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

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