IVsDataObjectChangeEventsBroker Interface
Represents the ability to raise events when data objects are added, changed, or deleted on a data source.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataObjectChangeEventsBroker
public interface IVsDataObjectChangeEventsBroker
public interface class IVsDataObjectChangeEventsBroker
type IVsDataObjectChangeEventsBroker = interface end
public interface IVsDataObjectChangeEventsBroker
The IVsDataObjectChangeEventsBroker type exposes the following members.
Methods
|
EndEventGroup |
Removes the specified event group. |
|
RaiseObjectAdded(String, array<Object[]) |
Raises the ObjectAdded event. |
|
RaiseObjectAdded(Int32, String, array<Object[]) |
Raises the ObjectAdded event or adds the event to the specified event group. |
|
RaiseObjectChanged(String, array<Object[]) |
Raises the ObjectChanged event. |
|
RaiseObjectChanged(Int32, String, array<Object[]) |
Raises the ObjectChanged event or adds the event to the specified event group. |
|
RaiseObjectChanged(String, array<Object[], array<Object[]) |
Raises the ObjectChanged event. |
|
RaiseObjectChanged(Int32, String, array<Object[], array<Object[]) |
Raises the ObjectChanged event or adds the event to the specified event group. |
|
RaiseObjectChanged(String, array<Object[], IDictionary<String, Object>, IDictionary<String, Object>) |
Raises the ObjectChanged event. |
|
RaiseObjectChanged(Int32, String, array<Object[], IDictionary<String, Object>, IDictionary<String, Object>) |
Raises the ObjectChanged event or adds the event to the specified event group. |
|
RaiseObjectChanged(String, array<Object[], IDictionary<String, Object>, array<Object[], IDictionary<String, Object>) |
Raises the ObjectChanged event. |
|
RaiseObjectChanged(Int32, String, array<Object[], IDictionary<String, Object>, array<Object[], IDictionary<String, Object>) |
Raises the ObjectChanged event or adds the event to the specified event group. |
|
RaiseObjectDeleted(String, array<Object[]) |
Raises the ObjectDeleted event. |
|
RaiseObjectDeleted(Int32, String, array<Object[]) |
Raises the ObjectDeleted event or adds the event to the specified event group. |
|
RollbackEventGroup |
Removes the specified event group. |
|
StartEventGroup |
Start a new event group. |
Top
This interface is implemented as a built-in DDEX service.
See Also
Reference
Microsoft.VisualStudio.Data.Services Namespace