DocumentMapNavigationEventHandler Delegate
Visual Studio 2005
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)
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
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.
- e
A DocumentMapNavigationEventArgs object containing the event arguments.
For more information about handling events, see Consuming Events.