ComponentOne Chart3D for WPF and Silverlight
RemoveHandler Method (C1Chart3DLegend)


C1.WPF.C1Chart3D Namespace > C1Chart3DLegend Class : RemoveHandler Method
Syntax
'Declaration
 
Public Sub RemoveHandler( _
   ByVal routedEvent As System.Windows.RoutedEvent, _
   ByVal handler As System.Delegate _
) 
'Usage
 
Dim instance As C1Chart3DLegend
Dim routedEvent As System.Windows.RoutedEvent
Dim handler As System.Delegate
 
instance.RemoveHandler(routedEvent, handler)
public void RemoveHandler( 
   System.Windows.RoutedEvent routedEvent,
   System.Delegate handler
)

Parameters

routedEvent
handler
See Also

Reference

C1Chart3DLegend Class
C1Chart3DLegend Members