IVsDataObjectChangeEventsBroker.RaiseObjectChanged Method
Include Protected Members
Include Inherited Members
Raises the ObjectChanged event or adds the event to the specified event group.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
|
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. |
Top
See Also
Reference
IVsDataObjectChangeEventsBroker Interface
Microsoft.VisualStudio.Data.Services Namespace