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 名前空間