IEditorComponent - интерфейс

Интефейс дял компоненты редактора

Definition

Пространство имён: Tessa.UI.WorkflowViewer.Editor
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public interface IEditorComponent : IViewModel, 
	INotifyPropertyChanged, IDisposable
Implements
INotifyPropertyChanged, IDisposable, IViewModel

Свойства

Editor 
Model
(Унаследован от IViewModel)

Методы

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Унаследован от IDisposable)

События

PropertyChangedOccurs when a property value changes.
(Унаследован от INotifyPropertyChanged)

См. также