ReportingPostCustomFieldDeletedEventArgs constructor (Guid)

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

Dim instance As New ReportingPostCustomFieldDeletedEventArgs(customFieldTypeGuid)
public ReportingPostCustomFieldDeletedEventArgs(
    Guid customFieldTypeGuid
)

Parameters

  • customFieldTypeGuid
    Type: System.Guid

    The GUID of the deleted custom field.

See also

Reference

ReportingPostCustomFieldDeletedEventArgs class

ReportingPostCustomFieldDeletedEventArgs members

ReportingPostCustomFieldDeletedEventArgs overload

Microsoft.Office.Project.Server.Events namespace