Share via


IVsDataObjectChangeEventsBroker.RollbackEventGroup(Int32) Method

Definition

Removes the specified event group.

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

Parameters

groupId
Int32

A numerical value representing the event group identifier. Specify 0 to avoid event groups and raise the event immediately.

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