ComponentOne Basic Library for WPF and Silverlight
AddToEventRoute Method (C1Window)


C1.WPF Namespace > C1Window Class : AddToEventRoute Method
Syntax
'Declaration
 
Public Sub AddToEventRoute( _
   ByVal route As System.Windows.EventRoute, _
   ByVal e As System.Windows.RoutedEventArgs _
) 
'Usage
 
Dim instance As C1Window
Dim route As System.Windows.EventRoute
Dim e As System.Windows.RoutedEventArgs
 
instance.AddToEventRoute(route, e)
public void AddToEventRoute( 
   System.Windows.EventRoute route,
   System.Windows.RoutedEventArgs e
)

Parameters

route
e
See Also

Reference

C1Window Class
C1Window Members