Interface IView
Contract to be implemented by all view based user interface controls.
Namespace: CodeFactory.WinVs.UI
Assembly: CodeFactory.WinVs.dll
Syntax
public interface IView
Properties
Title
The title to be assigned to the hosting Visual Studio control that hosts the view.
Declaration
string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Events
CloseHost
Event that is raised when the view informs the hosting Visual studio control to close.
Declaration
event EventHandler CloseHost
Event Type
Type | Description |
---|---|
EventHandler |