Share via


ReportingPostResourceChangedEventArgs constructor (Guid, Boolean, Boolean)

Creates an instance of the ReportingPostResourceChangedEventArgs 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 ( _
    resourceUid As Guid, _
    fNonTimePhasedDataChanged As Boolean, _
    fCapacityDataChanged As Boolean _
)
'Usage
Dim resourceUid As Guid
Dim fNonTimePhasedDataChanged As Boolean
Dim fCapacityDataChanged As Boolean

Dim instance As New ReportingPostResourceChangedEventArgs(resourceUid, _
    fNonTimePhasedDataChanged, fCapacityDataChanged)
public ReportingPostResourceChangedEventArgs(
    Guid resourceUid,
    bool fNonTimePhasedDataChanged,
    bool fCapacityDataChanged
)

Parameters

  • resourceUid
    Type: System.Guid

    The GUID of the changed resource.

  • fNonTimePhasedDataChanged
    Type: System.Boolean

    A Boolean value that indicates whether data that is not time-phased, including custom field values, has been changed.

  • fCapacityDataChanged
    Type: System.Boolean

    A Boolean value that indicates whether time-phased (capacity) data has been changed.

See also

Reference

ReportingPostResourceChangedEventArgs class

ReportingPostResourceChangedEventArgs members

ReportingPostResourceChangedEventArgs overload

Microsoft.Office.Project.Server.Events namespace