Share via


ReportingPostTimesheetPeriodDeletedEventArgs Constructor

Creates an instance of the ReportingPostTimesheetPeriodDeletedEventArgs 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 ( _
    periodGuid As Guid _
)
'Usage
Dim periodGuid As Guid

Dim instance As New ReportingPostTimesheetPeriodDeletedEventArgs(periodGuid)
public ReportingPostTimesheetPeriodDeletedEventArgs(
    Guid periodGuid
)

Parameters

  • periodGuid
    Type: System.Guid
    The GUID of the deleted timesheet period.

See Also

Reference

ReportingPostTimesheetPeriodDeletedEventArgs Class

ReportingPostTimesheetPeriodDeletedEventArgs Members

Microsoft.Office.Project.Server.Events Namespace