DocumentMapNavigationEventHandler 委派
代表將處理 ReportViewer 之 DocumentMapNavigation 事件的方法。
命名空間: 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
)
/** @delegate */
public delegate void DocumentMapNavigationEventHandler (
Object sender,
DocumentMapNavigationEventArgs e
)
JScript supports the use of delegates, but not the declaration of new ones.
參數
- sender
引發事件的物件。
- e
包含事件引數的 DocumentMapNavigationEventArgs 物件。
備註
如需有關處理事件的詳細資訊,請參閱<Consuming Events>。