DataObjectChangeEvents Members
Include Protected Members
Include Inherited Members
Provides a set of events which a DDEX provider can raise when changes to data objects are made, and provides the means by which a provider can connect to them.
The DataObjectChangeEvents type exposes the following members.
Constructors
Name
Description
Class constructor. Instantiates a new instance of the DataObjectChangeEvents class.
Top
Methods
Name
Description
Terminates an event group that was initiated by calling the StartEventGroup method.
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.)
Handler for the EventGroupEnded event.
Handler for the EventGroupStarted event.
Handler for the ObjectAdded event.
Handler for the ObjectChanged event.
Handler for the ObjectRemoved event.
Overloaded.
Overloaded.
Overloaded.
Ends an event group by removing the queued event set from the group.
Starts a group of events initiated by a call to the StartEventGroup method.
Returns a string that represents the current object. (Inherited from Object.)
Top
Events
Name
Description
Event raised when an event group has completed.
Event raised when an event group has started.
Event raised when a data object has been added.
Event raised when a data object has been changed.
Event raised when a data object has been removed.
Top