ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialMenuItem Class / OnMouseLeftButtonUp Method
The System.Windows.Input.MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was released.



In This Topic
    OnMouseLeftButtonUp Method (C1RadialMenuItem)
    In This Topic
    Invoked when an unhandled System.Windows.UIElement.MouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnMouseLeftButtonUp( _
       ByVal e As MouseButtonEventArgs _
    ) 
    'Usage
     
    
    Dim instance As C1RadialMenuItem
    Dim e As MouseButtonEventArgs
     
    instance.OnMouseLeftButtonUp(e)
    protected override void OnMouseLeftButtonUp( 
       MouseButtonEventArgs e
    )
    protected:
    void OnMouseLeftButtonUp( 
       MouseButtonEventArgs^ e
    ) override 

    Parameters

    e
    The System.Windows.Input.MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was released.
    See Also