DocumentMapNavigationEventHandler Delegate

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

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public Delegate Sub DocumentMapNavigationEventHandler ( _
    sender As Object, _
    e As DocumentMapNavigationEventArgs _
)
'Usage
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.

Parameters

  • sender
    The object raising the event.

Remarks

For more information about handling events, see Consuming Events.

See Also

Reference

Microsoft.Reporting.WebForms Namespace