ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridSelectableRowPresenter Class / MouseLeftButtonDown Event

In This Topic
    MouseLeftButtonDown Event (DataGridSelectableRowPresenter)
    In This Topic
    Occurs when preview mouse left button down.
    Syntax
    'Declaration
     
    
    Public Event MouseLeftButtonDown As MouseButtonEventHandler
    public event MouseButtonEventHandler MouseLeftButtonDown
    Event Data

    The event handler receives an argument of type MouseButtonEventArgs containing data related to this event. The following MouseButtonEventArgs properties provide information specific to this event.

    PropertyDescription
     
     
    (Inherited from System.Windows.RoutedEventArgs)
    (Inherited from System.Windows.Input.MouseEventArgs)
    See Also