EventManagerDirectory Class

 

Enables you to add or remove custom code to run when an event is raised.

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

System::Object
  Microsoft.VisualStudio.Modeling::EventManagerDirectory

public ref class EventManagerDirectory 

NameDescription
System_CAPS_pubmethodEventManagerDirectory()

Initializes a new instance of the EventManagerDirectory class.

NameDescription
System_CAPS_pubpropertyElementAdded

Gets the event manager directory and enables you to add or remove custom code to run when elements are added.

System_CAPS_pubpropertyElementDeleted

Gets the event manager directory and enables you to add or remove custom code to run when elements are deleted.

System_CAPS_pubpropertyElementEventsBegun

Gets the event manager directory and enables you to add or remove custom code to run before events for elements are raised.

System_CAPS_pubpropertyElementEventsEnded

Gets the event manager directory and enables you to add or remove custom code to run after elements for events that are raised.

System_CAPS_pubpropertyElementMoved

Gets the event manager directory and enables you to add or remove custom code to run when elements are moved.

System_CAPS_pubpropertyElementPropertyChanged

Gets the event manager directory and enables you to add or remove custom code to run when the value of a property on an element changes.

System_CAPS_pubpropertyRolePlayerChanged

Gets the event manager directory and enables you to add or remove custom code to run when elements that are role players are changed.

System_CAPS_pubpropertyRolePlayerOrderChanged

Gets the event manager directory and enables you to add or remove custom code to run when elements that are role players are in a different order.

System_CAPS_pubpropertyTransactionBeginning

Gets the event manager directory and enables you to add or remove custom code to run when a transaction is starting.

System_CAPS_pubpropertyTransactionCommitted

Gets the event manager directory and enables you to add or remove custom code to run when a transaction is committed.

System_CAPS_pubpropertyTransactionRolledBack

Gets the event manager directory and enables you to add or remove custom code to run when a transaction is rolled back.

NameDescription
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_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventDeserializationBeginning

Gets the event manager directory and enables you to add or remove custom code to run when deserializing a model starts.

System_CAPS_pubeventDeserializationEnding

Gets the event manager directory and enables you to add or remove custom code to run when deserializing a model is ending.

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: