DocumentMapNavigationEventHandler 委派
代表將處理 ReportViewer 之 DocumentMapNavigation 事件的方法。
命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.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 支援使用委派,但不支援新的宣告。
參數
- sender
型別:System.Object
引發事件的物件。
- e
型別:Microsoft.Reporting.WinForms.DocumentMapNavigationEventArgs
包含事件引數的 DocumentMapNavigationEventArgs 物件。
備註
如需處理事件的詳細資訊,請參閱Consuming Events。