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.
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
RaiseObjectChanged(String, array<Object[]) | Raises a standalone ObjectChanged event, specifying the type name and identifier. |
![]() |
RaiseObjectChanged(Int32, String, array<Object[]) | Raises the ObjectChanged event within a specified event group. |
![]() |
RaiseObjectChanged(String, array<Object[], array<Object[]) | Raises a standalone ObjectChanged event for an object whose identifier was modified during the change. |
![]() |
RaiseObjectChanged(Int32, String, array<Object[], array<Object[]) | Raises an ObjectChanged event within a specific event group for an object whose identifier was modified during the change. |
Top