Udostępnij za pośrednictwem


Delegat DocumentMapNavigationEventHandler

Represents the method that will handle the DocumentMapNavigation event of a ReportViewer.

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

'Deklaracja
Public Delegate Sub DocumentMapNavigationEventHandler ( _
    sender As Object, _
    e As DocumentMapNavigationEventArgs _
)
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
Język JScript nie obsługuje delegatów.

Parametry

  • sender
    Typ: Object
    The object raising the event.

Uwagi

For more information about handling events, see Używające zdarzeń.

Zobacz też

Informacje

Przestrzeń nazw Microsoft.Reporting.WebForms