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 | |
|---|---|---|
![]() |
DataObjectChangeEvents | Class constructor. Instantiates a new instance of the DataObjectChangeEvents class. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
EndEventGroup | Terminates an event group that was initiated by calling the StartEventGroup method. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
OnEventGroupEnded | Handler for the EventGroupEnded event. |
![]() |
OnEventGroupStarted | Handler for the EventGroupStarted event. |
![]() |
OnObjectAdded | Handler for the ObjectAdded event. |
![]() |
OnObjectChanged | Handler for the ObjectChanged event. |
![]() |
OnObjectRemoved | Handler for the ObjectRemoved event. |
![]() |
RaiseObjectAdded | Overloaded. |
![]() |
RaiseObjectChanged | Overloaded. |
![]() |
RaiseObjectRemoved | Overloaded. |
![]() |
RollbackEventGroup | Ends an event group by removing the queued event set from the group. |
![]() |
StartEventGroup | Starts a group of events initiated by a call to the StartEventGroup method. |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Events
| Name | Description | |
|---|---|---|
![]() |
EventGroupEnded | Event raised when an event group has completed. |
![]() |
EventGroupStarted | Event raised when an event group has started. |
![]() |
ObjectAdded | Event raised when a data object has been added. |
![]() |
ObjectChanged | Event raised when a data object has been changed. |
![]() |
ObjectRemoved | Event raised when a data object has been removed. |
Top
.gif)
.gif)
.gif)