ResourceAuthorizationPostEventArgs Constructor
Creates an instance of the ResourceAuthorizationPostEventArgs class; used internally.
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 ( _
ds As ResourceAuthorizationDataSet _
)
'Usage
Dim ds As ResourceAuthorizationDataSet
Dim instance As New ResourceAuthorizationPostEventArgs(ds)
public ResourceAuthorizationPostEventArgs(
ResourceAuthorizationDataSet ds
)
Parameters
- ds
Type: ResourceAuthorizationDataSet
A dataset that contains information about the resource authorization.
See Also
Reference
ResourceAuthorizationPostEventArgs Class