GrapeCity ActiveReports for .NET 16.0J
AddToEventRoute メソッド

GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Viewer クラス : AddToEventRoute メソッド
The event route that handlers are added to.
The event data that is used to add the handlers. This method uses the System.Windows.RoutedEventArgs.RoutedEvent property of the event data to create the handlers.
Adds handlers to the specified System.Windows.EventRoute for the current System.Windows.UIElement event handler collection.
シンタックス
'宣言
 
Public Sub AddToEventRoute( _
   ByVal route As EventRoute, _
   ByVal e As RoutedEventArgs _
) 
public void AddToEventRoute( 
   EventRoute route,
   RoutedEventArgs e
)

パラメータ

route
The event route that handlers are added to.
e
The event data that is used to add the handlers. This method uses the System.Windows.RoutedEventArgs.RoutedEvent property of the event data to create the handlers.
参照

Viewer クラス
Viewer メンバ