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
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
RaiseObjectChanged(String, array<Object[]) |
Raises the ObjectChanged event. |
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
RaiseObjectChanged(Int32, String, array<Object[]) |
Raises the ObjectChanged event or adds the event to the specified event group. |
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
RaiseObjectChanged(String, array<Object[], array<Object[]) |
Raises the ObjectChanged event. |
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
RaiseObjectChanged(Int32, String, array<Object[], array<Object[]) |
Raises the ObjectChanged event or adds the event to the specified event group. |
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
RaiseObjectChanged(String, array<Object[], IDictionary<String, Object>, IDictionary<String, Object>) |
Raises the ObjectChanged event. |
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
RaiseObjectChanged(Int32, String, array<Object[], IDictionary<String, Object>, IDictionary<String, Object>) |
Raises the ObjectChanged event or adds the event to the specified event group. |
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
RaiseObjectChanged(String, array<Object[], IDictionary<String, Object>, array<Object[], IDictionary<String, Object>) |
Raises the ObjectChanged event. |
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
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