IVsDataObjectChangeEventsBroker.EndEventGroup(Int32) Method

Definition

Removes the specified event group.

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

Parameters

groupId
Int32

A numerical value representing the ID of the event group to end.

Exceptions

The groupId parameter is less than zero, or is different than zero and greater than the count of existing event groups.

The group ID is not valid.

Applies to