public interface ISelectableViewModel : IViewModel,
INotifyPropertyChanged
Public Interface ISelectableViewModel
Inherits IViewModel, INotifyPropertyChanged
public interface class ISelectableViewModel : IViewModel,
INotifyPropertyChanged
type ISelectableViewModel =
interface
interface IViewModel
interface INotifyPropertyChanged
end
IsSelectable | |
IsSelected | |
Model | (Унаследован от IViewModel) |
PropertyChanged | Occurs when a property value changes. (Унаследован от INotifyPropertyChanged) |