'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.
Property | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event is canceled. |
See Also