DataObjectChangeEvents.EndEventGroup(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.
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.