Version

EventManager Property

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

The EventManager gives you a high degree of control over how the component 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 manager to return information about the state of the component's events.

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

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

Reference

UltraCalcManager Class
UltraCalcManager Members
Infragistics.Shared.EventManagerBase.AllEventsEnabled