Delegato DocumentMapNavigationEventHandler
Rappresenta il metodo che gestirà l'evento DocumentMapNavigation di un oggetto ReportViewer.
Spazio dei nomi Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Sintassi
'Dichiarazione
Public Delegate Sub DocumentMapNavigationEventHandler ( _
sender As Object, _
e As DocumentMapNavigationEventArgs _
)
'Utilizzo
Dim instance As New DocumentMapNavigationEventHandler(AddressOf HandlerMethod)
public delegate void DocumentMapNavigationEventHandler(
Object sender,
DocumentMapNavigationEventArgs e
)
public delegate void DocumentMapNavigationEventHandler(
Object^ sender,
DocumentMapNavigationEventArgs^ e
)
type DocumentMapNavigationEventHandler =
delegate of
sender:Object *
e:DocumentMapNavigationEventArgs -> unit
JScript supporta l'utilizzo di delegati, ma non la dichiarazione di nuovi delegati.
Parametri
- sender
Tipo: System.Object
Oggetto che genera l'evento.
- e
Tipo: Microsoft.Reporting.WinForms.DocumentMapNavigationEventArgs
Oggetto DocumentMapNavigationEventArgs contenente gli argomenti dell'evento.
Osservazioni
Per ulteriori informazioni sulla gestione degli eventi, vedere Consuming Events.