GrapeCity ActiveReports for .NET 16.0J
AddHandler(RoutedEvent,Delegate) メソッド

GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Viewer クラス > AddHandler メソッド : AddHandler(RoutedEvent,Delegate) メソッド
An identifier for the routed event to be handled.
A reference to the handler implementation.
Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element.
シンタックス
'宣言
 
Public Overloads Sub AddHandler( _
   ByVal routedEvent As RoutedEvent, _
   ByVal handler As Delegate _
) 
public void AddHandler( 
   RoutedEvent routedEvent,
   Delegate handler
)

パラメータ

routedEvent
An identifier for the routed event to be handled.
handler
A reference to the handler implementation.
参照

Viewer クラス
Viewer メンバ
オーバーロード一覧