Compartilhar via


ReportingPostFiscalPeriodChangedEventArgs construtor (Int32[])

Cria uma instância da classe ReportingPostFiscalPeriodChangedEventArgs ; 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 ReportingPostFiscalPeriodChangedEventArgs(fiscalYearArray)
public ReportingPostFiscalPeriodChangedEventArgs(
    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

ReportingPostFiscalPeriodChangedEventArgs classe

ReportingPostFiscalPeriodChangedEventArgs membros

ReportingPostFiscalPeriodChangedEventArgs em sobrecarga

Microsoft.Office.Project.Server.Events namespace