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.
Represents a set of events that are raised when data objects are added to, changed in, or deleted from a data source.
Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataObjectChangeEvents
public interface IVsDataObjectChangeEvents
public interface class IVsDataObjectChangeEvents
type IVsDataObjectChangeEvents =  interface end
public interface IVsDataObjectChangeEvents
The IVsDataObjectChangeEvents type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| .gif) | EventGroupEnded | Occurs when an event group has ended. | 
| .gif) | EventGroupStarted | Occurs when an event group starts. | 
| .gif) | ObjectAdded | Occurs when a data object is added. | 
| .gif) | ObjectChanged | Occurs when a data object is changed. | 
| .gif) | ObjectDeleted | Occurs when a data object is deleted. | 
Top
Remarks
This interface is implemented as a built-in DDEX service.