DocumentMapNavigationEventHandler 委托

表示将用来处理 ReportViewerDocumentMapNavigation 事件的方法。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
Public Delegate Sub DocumentMapNavigationEventHandler ( _
    sender As Object, _
    e As DocumentMapNavigationEventArgs _
)
用法
Dim instance As New DocumentMapNavigationEventHandler(AddressOf HandlerMethod)
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
JScript 支持使用委托,但不支持声明新委托。

参数

注释

有关处理事件的更多信息,请参见Consuming Events

请参阅

参考

Microsoft.Reporting.WebForms 命名空间