Version

RadialMenuItemClientEvents Class Members

The following tables list the members exposed by RadialMenuItemClientEvents.

Public Constructors
Public Fields
 NameDescription
Public FieldCheckedEvent that occurs when the isChecked of the radial item is changed to true.

Function takes first argument null and second argument ui.

Use ui.owner to obtain reference to radial menu widget.

Use ui.item to obtain reference to the item.

 
Public FieldClickEvent that occurs when the item area is clicked.

Function takes first argument null and second argument ui.

Use ui.owner to obtain reference to radial menu widget.

Use ui.item to obtain reference to the item.

 
Public FieldUncheckedEvent that occurs when the isChecked of the radial item is changed to false.

Function takes first argument null and second argument ui.

Use ui.owner to obtain reference to radial menu widget.

Use ui.item to obtain reference to the item.

 
See Also

View on GitHub