ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridSelectableRowPresenter Class / OnMouseLeftButtonDown Method
The data for the event.

In This Topic
    OnMouseLeftButtonDown Method (DataGridSelectableRowPresenter)
    In This Topic
    Called before the System.Windows.UIElement.MouseLeftButtonDown event occurs.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnMouseLeftButtonDown( _
       ByVal e As MouseButtonEventArgs _
    ) 
    protected override void OnMouseLeftButtonDown( 
       MouseButtonEventArgs e
    )

    Parameters

    e
    The data for the event.
    See Also