C# Класс GUI.PropertyView.Window

Наследование: BaseForm
Показать файл Открыть проект

Открытые методы

Метод Описание
HandleSelectionChange ( Context context ) : bool

Allows to refresh the view, when the selected model changed

HandleValueChange ( IModelElement modelElement, Context changeKind ) : bool

Allows to refresh the view, when the value of a model changed

Window ( ) : System.Windows.Forms

Constructor

Описание методов

HandleSelectionChange() публичный Метод

Allows to refresh the view, when the selected model changed
public HandleSelectionChange ( Context context ) : bool
context Context
Результат bool

HandleValueChange() публичный Метод

Allows to refresh the view, when the value of a model changed
public HandleValueChange ( IModelElement modelElement, Context changeKind ) : bool
modelElement IModelElement
changeKind Context
Результат bool

Window() публичный Метод

Constructor
public Window ( ) : System.Windows.Forms
Результат System.Windows.Forms