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

In This Topic
    SelectionDragCompleted Event
    In This Topic
    Occurs when the mouse drag operation in the area containing the rows is completed.
    Syntax
    'Declaration
     
    
    Public Event SelectionDragCompleted As EventHandler(Of DataGridSelectionDragEventArgs)
    public event EventHandler<DataGridSelectionDragEventArgs> SelectionDragCompleted
    See Also