IVsDataObjectChangeEventsBroker.StartEventGroup(Int32) Method

Definition

Start a new event group.

public:
 int StartEventGroup(int groupId);
public int StartEventGroup (int groupId);
abstract member StartEventGroup : int -> int
Public Function StartEventGroup (groupId As Integer) As Integer

Parameters

groupId
Int32

A numerical value representing the parent event group ID. Specify 0 to start a top-level event group, or specify a value greater than zero to start an event group beneath this group.

Returns

The group ID of the new event group.

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