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

GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Viewer クラス > AddHandler メソッド : AddHandler(RoutedEvent,Delegate,Boolean) メソッド
An identifier for the routed event to be handled.
A reference to the handler implementation.
true to register the handler such that it is invoked even when the routed event is marked handled in its event data; false to register the handler with the default condition that it will not be invoked if the routed event is already marked handled. The default is false. Do not routinely ask to rehandle a routed event.
Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked for routed event that had already been marked as handled by another element along the event route.
シンタックス
'宣言
 
Public Overloads Sub AddHandler( _
   ByVal routedEvent As RoutedEvent, _
   ByVal handler As Delegate, _
   ByVal handledEventsToo As Boolean _
) 

パラメータ

routedEvent
An identifier for the routed event to be handled.
handler
A reference to the handler implementation.
handledEventsToo
true to register the handler such that it is invoked even when the routed event is marked handled in its event data; false to register the handler with the default condition that it will not be invoked if the routed event is already marked handled. The default is false. Do not routinely ask to rehandle a routed event.
参照

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