Interaction logic for RecipeTreeControl.xaml
RecipeTreeControl

Namespace: Ico.Recipe.Navigator
Assembly: IcoRecipeNavigator (in IcoRecipeNavigator.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class RecipeTreeControl : NavigatorControlBase, 
	IDisposable, IUICommandTarget, ICommandTarget, IComponentConnector
Visual Basic
Public Class RecipeTreeControl _
	Inherits NavigatorControlBase _
	Implements IDisposable, IUICommandTarget, ICommandTarget, IComponentConnector
JScript
public class RecipeTreeControl extends NavigatorControlBase implements IDisposable, IUICommandTarget, ICommandTarget, IComponentConnector

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls..::..UserControl
                  ViewControlBase
                    ViewControl
                      NavigatorControlBase
                        Ico.Recipe.Navigator..::..RecipeTreeControl

See Also