ElementEventManager Class

 

In derived classes, provides a mechanism for observers to register for and be notified of changes to an element within the scope of the store.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)


public ref class ElementEventManager abstract : GlobalEventManager

NameDescription
System_CAPS_protmethodElementEventManager()

Initializes a new instance of the ElementEventManager class.

NameDescription
System_CAPS_pubmethodAdd(Delegate^)

Adds an event handler delegate for global event notifications.(Inherited from GlobalEventManager.)

System_CAPS_pubmethodAdd(DomainClassInfo^, Delegate^)

Adds a handler for events at the domain class level.

System_CAPS_pubmethodAdd(DomainModelInfo^, Delegate^)

Adds a handler for events at the domain model level.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(Delegate^)

Removes an event handler delegate from global event notifications.(Inherited from GlobalEventManager.)

System_CAPS_pubmethodRemove(DomainClassInfo^, Delegate^)

Removes an event handler for a domain class or domain relationship.

System_CAPS_pubmethodRemove(DomainModelInfo^, Delegate^)

Removes an event handler for a particular domain model.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: