Version

RadialMenuItemBaseClientEvents Class Members

The following tables list the members exposed by RadialMenuItemBaseClientEvents.

Public Constructors
Public Fields
 NameDescription
Public FieldClosedEvent that occurs when one navigates back to the item after viewing the child items.

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 FieldOpenedEvent that occurs when one navigates to the view the child items..

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