Optional to use a a base class for your views that implements IView interface

Namespace: AppCan.wpf.Views
Assembly: 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

See Also