DataObjectChangeEvents.StartEventGroup(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts a group of events initiated by a call to the StartEventGroup method.
public:
abstract int StartEventGroup(int groupId);
public abstract int StartEventGroup (int groupId);
abstract member StartEventGroup : int -> int
Public MustOverride Function StartEventGroup (groupId As Integer) As Integer
Parameters
- groupId
- Int32
The parent group ID, if any; otherwise zero.
Returns
Returns the group ID of the parent group.
Exceptions
The groupId
parameter is less than or equal to zero or is greater than the current number of allocated groups.
The groupId
parameter is invalid.