Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Enables you to add or remove custom code to run when an event is raised.
The EventManagerDirectory type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the EventManagerDirectory class.
Top
Methods
Name
Description
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the event manager directory and enables you to add or remove custom code to run when elements are added.
Gets the event manager directory and enables you to add or remove custom code to run when elements are deleted.
Gets the event manager directory and enables you to add or remove custom code to run before events for elements are raised.
Gets the event manager directory and enables you to add or remove custom code to run after elements for events that are raised.
Gets the event manager directory and enables you to add or remove custom code to run when elements are moved.
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.
Gets the event manager directory and enables you to add or remove custom code to run when elements that are role players are changed.
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.
Gets the event manager directory and enables you to add or remove custom code to run when a transaction is starting.
Gets the event manager directory and enables you to add or remove custom code to run when a transaction is committed.
Gets the event manager directory and enables you to add or remove custom code to run when a transaction is rolled back.
Top
Events
Name
Description
Gets the event manager directory and enables you to add or remove custom code to run when deserializing a model starts.
Gets the event manager directory and enables you to add or remove custom code to run when deserializing a model is ending.
Top