DataObjectChangeEvents.EndEventGroup(Int32) Method

Definition

Terminates an event group that was initiated by calling the StartEventGroup(Int32) method.

public:
 abstract void EndEventGroup(int groupId);
public abstract void EndEventGroup (int groupId);
abstract member EndEventGroup : int -> unit
Public MustOverride Sub EndEventGroup (groupId As Integer)

Parameters

groupId
Int32

An ID number for the specified event 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