Version

EventManagerBase Class Members

The following tables list the members exposed by EventManagerBase.

Public Properties
 NameDescription
Public PropertyAllEventsEnabledThe get returns true if and only if all events are enabled. The set makes all events enabled or disabled  
Protected Methods
 NameDescription
Protected MethodDecrementInProgressDecrements the in progress count  
Protected MethodIncrementInProgressIncrements the in progress count  
Protected MethodInProgressReturns true if the event is in progress (in progress count > 0)  
Protected MethodIsEnabledOverloaded. Returns true if the event is enabled  
Protected MethodSetEnabledOverloaded. Sets a specific event enabled or disabled.  
See Also