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

In This Topic
    MouseLeftButtonDown Event (DataGridCellPresenter)
    In This Topic
    Occurs when the left mouse button is pressed (or when the tip of the stylus touches the tablet) while the mouse pointer is over a System.Windows.UIElement.
    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