Share via


ReportingPostTimesheetClassChangedEventArgs constructor (Guid, TimesheetEnum.LineClassType, String, String)

Creates an instance of the ReportingPostTimesheetClassChangedEventArgs 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 ( _
    classGuid As Guid, _
    classType As TimesheetEnum.LineClassType, _
    className As String, _
    classDescription As String _
)
'Usage
Dim classGuid As Guid
Dim classType As TimesheetEnum.LineClassType
Dim className As String
Dim classDescription As String

Dim instance As New ReportingPostTimesheetClassChangedEventArgs(classGuid, _
    classType, className, classDescription)
public ReportingPostTimesheetClassChangedEventArgs(
    Guid classGuid,
    TimesheetEnum.LineClassType classType,
    string className,
    string classDescription
)

Parameters

  • classGuid
    Type: System.Guid

    The GUID of the changed timesheet line class.

  • className
    Type: System.String

    The name of the changed timesheet line class.

  • classDescription
    Type: System.String

    The description of the changed timesheet line class.

See also

Reference

ReportingPostTimesheetClassChangedEventArgs class

ReportingPostTimesheetClassChangedEventArgs members

ReportingPostTimesheetClassChangedEventArgs overload

Microsoft.Office.Project.Server.Events namespace