Compartilhar via


ReportingPostCustomFieldDeletedEventArgs construtor (Guid)

Cria uma instância da classe ReportingPostCustomFieldDeletedEventArgs ; usado internamente.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxe

'Declaração
Public Sub New ( _
    customFieldTypeGuid As Guid _
)
'Uso
Dim customFieldTypeGuid As Guid

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

Parâmetros

  • customFieldTypeGuid
    Tipo: System.Guid

    O GUID do campo personalizado excluído.

Ver também

Referência

ReportingPostCustomFieldDeletedEventArgs classe

ReportingPostCustomFieldDeletedEventArgs membros

ReportingPostCustomFieldDeletedEventArgs em sobrecarga

Microsoft.Office.Project.Server.Events namespace