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


C1.WPF Namespace > C1Icon Class : AddToEventRoute Method
Syntax
'Declaration
 
Public Sub AddToEventRoute( _
   ByVal route As System.Windows.EventRoute, _
   ByVal e As System.Windows.RoutedEventArgs _
) 
'Usage
 
Dim instance As C1Icon
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

C1Icon Class
C1Icon Members