Zdarzenie ReportViewer.DocumentMapNavigation
Occurs when a document map node is selected.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
Public Event DocumentMapNavigation As DocumentMapNavigationEventHandler
public event DocumentMapNavigationEventHandler DocumentMapNavigation
public:
event DocumentMapNavigationEventHandler^ DocumentMapNavigation {
void add (DocumentMapNavigationEventHandler^ value);
void remove (DocumentMapNavigationEventHandler^ value);
}
member DocumentMapNavigation : IEvent<DocumentMapNavigationEventHandler,
DocumentMapNavigationEventArgs>
Język JScript nie obsługuje zdarzeń.
Uwagi
This event occurs when a document map node is selected. Information about this event is passed in a DocumentMapNavigationEventArgs object to the DocumentMapNavigationEventHandler delegate, which handles the event.
For more information about handling events, see Używające zdarzeń.