Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / RadialMenuItemUncheckEventArgs Class / RadialMenuItemUncheckEventArgs Constructor
The item that was unchecked.

In This Topic
    RadialMenuItemUncheckEventArgs Constructor
    In This Topic
    Initializes a new instance of the RadialMenuItemUncheckEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal item As Object _
    )
    public RadialMenuItemUncheckEventArgs( 
       object item
    )

    Parameters

    item
    The item that was unchecked.
    See Also