GroupSetPreEventArgs Constructor
Creates an instance of the GroupSetPreEventArgs 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 GroupSetPreEventArgs(groupInfo)
public GroupSetPreEventArgs(
SecurityGroupsDataSet groupInfo
)
Parameters
- groupInfo
Type: SecurityGroupsDataSet
The dataset for a security group.