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

In This Topic
    Click Event (C1OlapGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Event Click As MouseButtonEventHandler
    public event MouseButtonEventHandler Click
    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