'DeclarationPublic Event SelectionDragStarted As EventHandler(Of DataGridSelectionDragStartedEventArgs)
public event 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