ActiveReports 12
AddToEventRoute Method

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : AddToEventRoute Method
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.
Syntax
'Declaration
 
Public Sub AddToEventRoute( _
   ByVal route As EventRoute, _
   ByVal e As RoutedEventArgs _
) 
public void AddToEventRoute( 
   EventRoute route,
   RoutedEventArgs e
)

Parameters

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.
See Also

Reference

Viewer Class
Viewer Members