AddGroupEventArgs Constructor
Instantiates an AddGroupEventArgs object.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
linkSection As LinkSection _
)
'Usage
Dim linkSection As LinkSection
Dim instance As New AddGroupEventArgs(linkSection)
public AddGroupEventArgs(
LinkSection linkSection
)
Parameters
linkSection
Type: Microsoft.SharePoint.WebControls.LinkSectionA Microsoft.SharePoint.WebControls.LinkSection object that represents the event information.