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

In This Topic
    SelectionDragDelta Event (C1DataGrid)
    In This Topic
    Occurs when the mouse is being dragged in the area containing the rows.
    Syntax
    'Declaration
     
    
    Public Event SelectionDragDelta As EventHandler(Of DataGridSelectionDragEventArgs)
    public event EventHandler<DataGridSelectionDragEventArgs> SelectionDragDelta
    See Also