ElementPropertyChangedEventManager Class

 

Manages element property changed events.

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


public ref class ElementPropertyChangedEventManager sealed : ExistingElementEventManager

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.(Inherited from ElementEventManager.)

System_CAPS_pubmethodAdd(DomainClassInfo^, DomainPropertyInfo^, Delegate^)

Adds an event handler that is notified whenever the value of a particular property on an instance of a particular domain class, or its subclasses, is changed.

System_CAPS_pubmethodAdd(DomainModelInfo^, Delegate^)

Adds a handler for events at the domain model level.(Inherited from ElementEventManager.)

System_CAPS_pubmethodAdd(DomainPropertyInfo^, Delegate^)

Adds an event handler that is notified whenever the value of any instance of a particular domain property is changed.

System_CAPS_pubmethodAdd(DomainPropertyInfo^, Guid, Delegate^)

Adds an event handler that is notified whenever the value of a particular property of a particular element is changed.

System_CAPS_pubmethodAdd(Guid, Delegate^)

Add a handler for events on a particular element.(Inherited from ExistingElementEventManager.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(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.(Inherited from ElementEventManager.)

System_CAPS_pubmethodRemove(DomainClassInfo^, DomainPropertyInfo^, Delegate^)

Removes an event handler that is notified whenever the value of any instance of a particular domain property is changed.

System_CAPS_pubmethodRemove(DomainModelInfo^, Delegate^)

Removes an event handler for a particular domain model.(Inherited from ElementEventManager.)

System_CAPS_pubmethodRemove(DomainPropertyInfo^, Delegate^)

Removes an event handler that is notified whenever the value of any instance of a particular domain property is changed.

System_CAPS_pubmethodRemove(DomainPropertyInfo^, Guid, Delegate^)

Removes an event handler that is notified whenever the value of any instance of a particular domain property is changed.

System_CAPS_pubmethodRemove(Guid, Delegate^)

Remove a handler for events on a particular element.(Inherited from ExistingElementEventManager.)

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: