ReportViewer.DocumentMapNavigation 事件
当选择了文档结构图节点时发生。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
Public Event DocumentMapNavigation As DocumentMapNavigationEventHandler
用法
Dim instance As ReportViewer
Dim handler As DocumentMapNavigationEventHandler
AddHandler instance.DocumentMapNavigation, handler
public event DocumentMapNavigationEventHandler DocumentMapNavigation
public:
event DocumentMapNavigationEventHandler^ DocumentMapNavigation {
void add (DocumentMapNavigationEventHandler^ value);
void remove (DocumentMapNavigationEventHandler^ value);
}
member DocumentMapNavigation : IEvent<DocumentMapNavigationEventHandler,
DocumentMapNavigationEventArgs>
注释
当选择了文档结构图节点时发生此事件。 有关此事件的信息通过 DocumentMapNavigationEventArgs 对象传递到处理此事件的 DocumentMapNavigationEventHandler 委托。
有关处理事件的更多信息,请参见使用事件。