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

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