[This is preliminary documentation and is subject to change.]
            Constructor to load the values of the object
            
    Namespace: 
   OfficeClip.BusinessLayer.ServiceAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public OCGroupEvents( int groupId, EventInfo[] eventInfos )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ groupId As Integer, _ eventInfos As EventInfo() _ )  | 
| Visual C++ | 
|---|
public: OCGroupEvents( int groupId, array<EventInfo^>^ eventInfos )  | 
Parameters
- groupId
 - Type: System..::.Int32
The unique id of the group 
- eventInfos
 - Type: array<OfficeClip.BusinessLayer.Desktop..::.EventInfo>[]()[]
The event info array to load values in the object 
