Compartilhar via


ReportingPostFiscalPeriodDeletedEventArgs construtor (Int32[])

Cria uma instância da classe ReportingPostFiscalPeriodDeletedEventArgs ; 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 ( _
    fiscalYearArray As Integer() _
)
'Uso
Dim fiscalYearArray As Integer()

Dim instance As New ReportingPostFiscalPeriodDeletedEventArgs(fiscalYearArray)
public ReportingPostFiscalPeriodDeletedEventArgs(
    int[] fiscalYearArray
)

Parâmetros

  • fiscalYearArray
    Tipo: []

    Uma matriz cujo primeiro elemento é um número inteiro representando o ano fiscal que foi excluído.

Ver também

Referência

ReportingPostFiscalPeriodDeletedEventArgs classe

ReportingPostFiscalPeriodDeletedEventArgs membros

ReportingPostFiscalPeriodDeletedEventArgs em sobrecarga

Microsoft.Office.Project.Server.Events namespace