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
Protected method DataObjectChangeEvents Class constructor. Instantiates a new instance of the DataObjectChangeEvents class.

Top

Methods

  Name Description
Public method EndEventGroup Terminates an event group that was initiated by calling the StartEventGroup method.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method 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.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnEventGroupEnded Handler for the EventGroupEnded event.
Protected method OnEventGroupStarted Handler for the EventGroupStarted event.
Protected method OnObjectAdded Handler for the ObjectAdded event.
Protected method OnObjectChanged Handler for the ObjectChanged event.
Protected method OnObjectRemoved Handler for the ObjectRemoved event.
Public method RaiseObjectAdded Overloaded.
Public method RaiseObjectChanged Overloaded.
Public method RaiseObjectRemoved Overloaded.
Public method RollbackEventGroup Ends an event group by removing the queued event set from the group.
Public method StartEventGroup Starts a group of events initiated by a call to the StartEventGroup method.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Events

  Name Description
Public event EventGroupEnded Event raised when an event group has completed.
Public event EventGroupStarted Event raised when an event group has started.
Public event ObjectAdded Event raised when a data object has been added.
Public event ObjectChanged Event raised when a data object has been changed.
Public event ObjectRemoved Event raised when a data object has been removed.

Top

See Also

Reference

DataObjectChangeEvents Class

Microsoft.VisualStudio.Data Namespace