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
)
type DocumentMapNavigationEventHandler =
delegate of
sender:Object *
e:DocumentMapNavigationEventArgs -> unit
JScript では、デリゲートは使用できますが、新規に宣言することはできません。
パラメーター
- sender
型: System.Object
イベントを発生させるオブジェクト。
- e
型: Microsoft.Reporting.WebForms.DocumentMapNavigationEventArgs
イベントの引数を含んでいる DocumentMapNavigationEventArgs オブジェクト。
説明
イベント処理の詳細については、「Consuming Events」を参照してください。