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