ComponentOne DataGrid for WPF and Silverlight
SelectionDragCompleted Event (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : SelectionDragCompleted Event
Occurs when the mouse drag operation in the area containing the rows is completed.
Syntax
'Declaration
 
Public Event SelectionDragCompleted As System.EventHandler(Of DataGridSelectionDragEventArgs)
public event System.EventHandler<DataGridSelectionDragEventArgs> SelectionDragCompleted
See Also

Reference

C1DataGrid Class
C1DataGrid Members