BookmarkNavigationEventHandler 委派
代表將處理 ReportViewer 之 BookmarkNavigation 事件的方法。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
Public Delegate Sub BookmarkNavigationEventHandler ( _
sender As Object, _
e As BookmarkNavigationEventArgs _
)
'用途
Dim instance As New BookmarkNavigationEventHandler(AddressOf HandlerMethod)
public delegate void BookmarkNavigationEventHandler(
Object sender,
BookmarkNavigationEventArgs e
)
public delegate void BookmarkNavigationEventHandler(
Object^ sender,
BookmarkNavigationEventArgs^ e
)
type BookmarkNavigationEventHandler =
delegate of
sender:Object *
e:BookmarkNavigationEventArgs -> unit
JScript 支援使用委派,但不支援新的宣告。
參數
- sender
型別:System.Object
引發事件的物件。
- e
型別:Microsoft.Reporting.WebForms.BookmarkNavigationEventArgs
包含事件引數的 BookmarkNavigationEventArgs 物件。
備註
如需處理事件的詳細資訊,請參閱Consuming Events。