ComponentOne DockControl for WPF and Silverlight
RemoveHandler Method (C1DockTabControl)

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

Parameters

routedEvent
handler
See Also

Reference

C1DockTabControl Class
C1DockTabControl Members