RadialMenuItemUncheckEventArgs Constructor
In This Topic
Initializes a new instance of the RadialMenuItemUncheckEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As Object _
)
public RadialMenuItemUncheckEventArgs(
object
)
Parameters
- item
- The item that was unchecked.
See Also