Version

EventManager Property (UltraPaletteInfo)

The object that enables, disables and controls firing of specific component events.
Syntax
'Declaration
 
Public ReadOnly Property EventManager As UltraPaletteInfoEventManager
public UltraPaletteInfoEventManager 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 colorPalette to return information about the state of the control's events.

The PaletteInfo's EventManager methods are used to determine the enabled state of an event (UltraPaletteInfoEventManager.IsEnabled), to selectively enable or disable events (UltraColorPaletteEventManager.SetEnabled), and to determine whether an event procedure is currently being processed (InProgress(ColorPaletteEventIds)). 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 PaletteInfo.

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