public interface IEditorComponent : IViewModel,
INotifyPropertyChanged, IDisposable
Public Interface IEditorComponent
Inherits IViewModel, INotifyPropertyChanged, IDisposable
public interface class IEditorComponent : IViewModel,
INotifyPropertyChanged, IDisposable
type IEditorComponent =
interface
interface IViewModel
interface INotifyPropertyChanged
interface IDisposable
end
Editor | |
Model | (Унаследован от IViewModel) |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Унаследован от IDisposable) |
PropertyChanged | Occurs when a property value changes. (Унаследован от INotifyPropertyChanged) |