<
OLAP for WPF and Silverlight | ComponentOne
C1.WPF.Olap Namespace / C1OlapGrid Class / OnMouseRightButtonDown Method
System.Windows.Input.MouseButtonEventArgs that contains the event data.

In This Topic
    OnMouseRightButtonDown Method (C1OlapGrid)
    In This Topic
    Overridden to call the ShowDetail method when the user right-clicks a cell on the grid.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnMouseRightButtonDown( _
       ByVal e As MouseButtonEventArgs _
    ) 
    protected override void OnMouseRightButtonDown( 
       MouseButtonEventArgs e
    )

    Parameters

    e
    System.Windows.Input.MouseButtonEventArgs that contains the event data.
    See Also