Item Property (RadialMenuItemUncheckEventArgs)
In This Topic
Gets the item that was unchecked. This may be either an object of a type derived from
RadialMenuItemBase, or a
C1CommandLink.
Syntax
'Declaration
Public ReadOnly Property Item As Object
public object Item {get;}
See Also