GlobalEventManager Class

Definition

GlobalEventManager is the base class for all transaction and element event managers. GlobalEventManager provides a mechanism for observers to register for and be notified of changes within the scope of the store.

public ref class GlobalEventManager abstract
public abstract class GlobalEventManager
type GlobalEventManager = class
Public MustInherit Class GlobalEventManager
Inheritance
GlobalEventManager
Derived

Constructors

GlobalEventManager()

Constructor

Methods

Add(Delegate)

Add an event handler delegate for global event notifications

Remove(Delegate)

Remove an event handler delegate for global event notifications

Applies to