ComponentOne DataGrid for WPF and Silverlight
SelectionDragDelta Event (C1DataGrid)

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

Reference

C1DataGrid Class
C1DataGrid Members