DataObjectChangeEvents.RaiseObjectAdded Method
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 | |
---|---|---|
RaiseObjectAdded(String, array<Object[]) | Raises a standalone ObjectAdded event, specifying the object type and identifier. | |
RaiseObjectAdded(Int32, String, array<Object[]) | Raises the ObjectAdded event within a specific event group. |
Top