public interface IInnerEditorComponent : IEditorComponent,
IViewModel, INotifyPropertyChanged, IDisposable
Public Interface IInnerEditorComponent
Inherits IEditorComponent, IViewModel, INotifyPropertyChanged, IDisposable
public interface class IInnerEditorComponent : IEditorComponent,
IViewModel, INotifyPropertyChanged, IDisposable
type IInnerEditorComponent =
interface
interface IEditorComponent
interface IViewModel
interface INotifyPropertyChanged
interface IDisposable
end
Editor | (Унаследован от IEditorComponent) |
HiddenPanelWidth | Ширина панели в скрытом состоянии |
IsPanelPinned | Определяет, заблокирована ли позиция панели |
IsPanelVisible | Определяет, видим ли данный компонент |
IsSliderVisible | Определяет, видим ли слайдер панели |
Model | (Унаследован от IViewModel) |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Унаследован от IDisposable) |
PropertyChanged | Occurs when a property value changes. (Унаследован от INotifyPropertyChanged) |