ComponentOne DataGrid for WPF and Silverlight
SelectionDragStarted Event (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : SelectionDragStarted Event
Occurs the first time the mouse is dragged in the area containing the rows.
Syntax
'Declaration
 
Public Event SelectionDragStarted As System.EventHandler(Of DataGridSelectionDragStartedEventArgs)
public event System.EventHandler<DataGridSelectionDragStartedEventArgs> SelectionDragStarted
Event Data

The event handler receives an argument of type DataGridSelectionDragStartedEventArgs containing data related to this event. The following DataGridSelectionDragStartedEventArgs properties provide information specific to this event.

PropertyDescription
Gets or sets a value indicating whether the event is canceled.  
See Also