ActiveReports Developer 7
AddToEventRoute Method
See Also 
GrapeCity.ActiveReports.Viewer.Wpf.v7 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : AddToEventRoute Method

route
e

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Sub AddToEventRoute( _
   ByVal route As System.Windows.EventRoute, _
   ByVal e As System.Windows.RoutedEventArgs _
) 
C# 
public void AddToEventRoute( 
   System.Windows.EventRoute route,
   System.Windows.RoutedEventArgs e
)

Parameters

route
e

See Also