If a view class implements this interface (in addition to IView)
then the views manager will notify corresponding view objects
on activation and initialization events through the operations
of this interface.
Namespace:
MVCSharp.Core.ViewsAssembly: MVCSharp (in MVCSharp.dll)
Version: 0.8.5217.34148
Syntax
| C# |
|---|
public interface INotifiedView |
| Visual Basic (Declaration) |
|---|
Public Interface INotifiedView |
| Visual C++ |
|---|
public interface class INotifiedView |
Remarks
Note that not every views manager sends notifications
to a view which implements INotifiedView. This feature depends
on the views manager implementation.