<
OLAP for WPF and Silverlight | ComponentOne
C1.Silverlight.Olap Namespace / C1OlapGrid Class / PreviewMouseLeftButtonDown Event

In This Topic
    PreviewMouseLeftButtonDown Event
    In This Topic
    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