ReportingPostResourceCreatedEventArgs Constructor
Creates an instance of the ReportingPostResourceCreatedEventArgs 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 ( _
resourceUid As Guid _
)
'Usage
Dim resourceUid As Guid
Dim instance As New ReportingPostResourceCreatedEventArgs(resourceUid)
public ReportingPostResourceCreatedEventArgs(
Guid resourceUid
)
Parameters
- resourceUid
Type: System.Guid
The GUID of the resource that has been created.
See Also
Reference
ReportingPostResourceCreatedEventArgs Class