EventManagerDirectory Properties

 

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

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.

Return to top
Show: