ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / SelectionDragStarted Event

In This Topic
    SelectionDragStarted Event
    In This Topic
    Occurs the first time the mouse is dragged in the area containing the rows.
    Syntax
    'Declaration
     
    
    Public 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.

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