Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1RadialMenu Class / OnClosed Method
The System.EventArgs instance containing the event data.

In This Topic
    OnClosed Method (C1RadialMenu)
    In This Topic
    Raises the Closed event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnClosed( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnClosed( 
       EventArgs e
    )

    Parameters

    e
    The System.EventArgs instance containing the event data.
    See Also