共用方式為


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 支援使用委派,但不支援新的宣告。

參數

備註

如需處理事件的詳細資訊,請參閱Consuming Events

請參閱

參考

Microsoft.Reporting.WebForms 命名空間