Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / RadialMenuCommandItem Class / OnCheck Method
Event args.

In This Topic
    OnCheck Method (RadialMenuCommandItem)
    In This Topic
    Invokes the Check event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnCheck( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnCheck( 
       EventArgs e
    )

    Parameters

    e
    Event args.
    See Also