ReportingPostTimesheetDeletedEventArgs constructor (Guid)
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.GuidThe GUID of the timesheet that has been deleted.
See also
Reference
ReportingPostTimesheetDeletedEventArgs class
ReportingPostTimesheetDeletedEventArgs members