共用方式為


BookmarkNavigationEventHandler 委派

代表將處理 ReportViewer 之 BookmarkNavigation 事件的方法。

命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 microsoft.reportviewer.winforms.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
)
/** @delegate */
public delegate void BookmarkNavigationEventHandler (
    Object sender, 
    BookmarkNavigationEventArgs e
)
JScript supports the use of delegates, but not the declaration of new ones.

參數

  • sender
    引發事件的物件。

備註

如需有關處理事件的詳細資訊,請參閱<Consuming Events>。

另請參閱

參考

Microsoft.Reporting.WinForms 命名空間