Optional to use a a base class for your views that implements IView interface
Namespace: AppCan.wpf.ViewsAssembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public class ViewBase : UserControl, IView |
Visual Basic |
---|
Public Class ViewBase _ Inherits UserControl _ Implements IView |
Visual C++ |
---|
public ref class ViewBase : public UserControl, IView |
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
AppCan.wpf.Views..::..ViewBase
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
AppCan.wpf.Views..::..ViewBase