GlobalEventManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |