Share via


ReportingPostTimesheetPeriodDeletedEventArgs constructor (Guid)

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

ReportingPostTimesheetPeriodDeletedEventArgs overload

Microsoft.Office.Project.Server.Events namespace