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