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

In This Topic
    DoubleClick Event (C1FlexGrid)
    In This Topic
    Occurs when the user double-clicks the mouse over the grid.
    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