GroupCreatePreEventArgs Constructor
Creates an instance of the GroupCreatePreEventArgs class.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Sub New ( _
groupInfo As SecurityGroupsDataSet _
)
'Usage
Dim groupInfo As SecurityGroupsDataSet
Dim instance As New GroupCreatePreEventArgs(groupInfo)
public GroupCreatePreEventArgs(
SecurityGroupsDataSet groupInfo
)
Parameters
- groupInfo
Type: SecurityGroupsDataSet
The dataset for a security group.