ComponentOne Chart3D for WPF and Silverlight
AddToEventRoute Method (C1Chart3DLegend)


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

C1Chart3DLegend Class
C1Chart3DLegend Members