DataObjectChangeEvents.StartEventGroup(Int32) Method

Definition

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.

Applies to