Partager via


Délégué DocumentMapNavigationEventHandler

Représente la méthode qui gérera l'événement DocumentMapNavigation d'un contrôle ReportViewer.

Espace de noms: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (dans microsoft.reportviewer.winforms.dll)

Syntaxe

'Déclaration
Public Delegate Sub DocumentMapNavigationEventHandler ( _
    sender As Object, _
    e As DocumentMapNavigationEventArgs _
)
'Utilisation
Dim instance As New DocumentMapNavigationEventHandler(AddressOf HandlerMethod)
public delegate void DocumentMapNavigationEventHandler (
    Object sender,
    DocumentMapNavigationEventArgs e
)
public delegate void DocumentMapNavigationEventHandler (
    Object^ sender, 
    DocumentMapNavigationEventArgs^ e
)
/** @delegate */
public delegate void DocumentMapNavigationEventHandler (
    Object sender, 
    DocumentMapNavigationEventArgs e
)
JScript supports the use of delegates, but not the declaration of new ones.

Paramètres

  • sender
    Objet qui déclenche l'événement.

Remarques

Pour plus d'informations sur la gestion des événements, consultez Consuming Events.

Voir aussi

Référence

Espace de noms Microsoft.Reporting.WinForms