Version

EventManager Property

The object that enables, disables and controls firing of specific component events.
Syntax
'Declaration
 
Public ReadOnly Property EventManager As UltraRadialMenuEventManager
public UltraRadialMenuEventManager EventManager {get;}
Remarks

The EventManager provides a high degree of control over how the control invokes event procedures. You can use it to selectively enable and disable event procedures depending on the context of your application. You can also use the event radialMenu to return information about the state of the control's events.

The event radialMenu's methods are used to determine the enabled state of an event (UltraRadialMenuEventManager.IsEnabled), to selectively enable or disable events (UltraRadialMenuEventManager.SetEnabled), and to determine whether an event procedure is currently being processed (UltraRadialMenuEventManager.InProgress). There is also an Infragistics.Shared.EventManagerBase.AllEventsEnabled property that you can check to quickly determine whether any events have been disabled by the event radialMenu.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also