public interface IChartBehaviorViewModel : IPropertyContainer,
IViewModel, INotifyPropertyChanged
Public Interface IChartBehaviorViewModel
Inherits IPropertyContainer, IViewModel, INotifyPropertyChanged
public interface class IChartBehaviorViewModel : IPropertyContainer,
IViewModel, INotifyPropertyChanged
type IChartBehaviorViewModel =
interface
interface IPropertyContainer
interface IViewModel
interface INotifyPropertyChanged
end
Header | Gets Название |
Items |
Gets Список свойств
(Унаследован от IPropertyContainer) |
LocalizationPrefix |
Gets Префикс локализации для свойств контейнера
(Унаследован от IPropertyContainer) |
Model | (Унаследован от IViewModel) |
ValidationResult |
Gets Результаты проверки свойств содержащихся в объекте
(Унаследован от IPropertyContainer) |
OwnedPropertyChanged |
Вызывает уведомление об изменении свойства модели
(Унаследован от IPropertyContainer) |
Validate |
Вызывает обновление результата проверки объекта
(Унаследован от IPropertyContainer) |
PropertyChanged | Occurs when a property value changes. (Унаследован от INotifyPropertyChanged) |