GetExecutionInfo2CompletedEventHandler, délégué

Espace de noms :  Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution
Assembly :  Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
Public Delegate Sub GetExecutionInfo2CompletedEventHandler ( _
    sender As Object, _
    e As GetExecutionInfo2CompletedEventArgs _
)
public delegate void GetExecutionInfo2CompletedEventHandler(
    Object sender,
    GetExecutionInfo2CompletedEventArgs e
)
public delegate void GetExecutionInfo2CompletedEventHandler(
    Object^ sender, 
    GetExecutionInfo2CompletedEventArgs^ e
)
type GetExecutionInfo2CompletedEventHandler = 
    delegate of 
        sender:Object * 
        e:GetExecutionInfo2CompletedEventArgs -> unit
JScript ne prend pas en charge les délégués.

Paramètres

  • sender
    Type : Object

Voir aussi

Référence

Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution, espace de noms