GetExecutionInfoCompletedEventHandler, délégué

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

Syntaxe

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

Paramètres

  • sender
    Type : Object

Voir aussi

Référence

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