<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / C1FlexGrid Class / PreviewMouseLeftButtonDown Event

In This Topic
    PreviewMouseLeftButtonDown Event
    In This Topic
    Occurs when the user presses the left mouse button over the grid.
    Syntax
    'Declaration
     
    Public Event PreviewMouseLeftButtonDown As MouseButtonEventHandler
    public event MouseButtonEventHandler PreviewMouseLeftButtonDown
    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