Header menu logo Fittings

ViewModelBase Type

A base class for a ViewModel implementing INotifyPropertyChanged

Constructors

Constructor Description

ViewModelBase()

Full Usage: ViewModelBase()

Returns: ViewModelBase
Returns: ViewModelBase

Instance members

Instance member Description

this.OnPropertyChanged

Full Usage: this.OnPropertyChanged

Parameters:
    propertyName : string

 Use nameof operator on members to provide the string required
 member x.Val
    with get()  = val
    and set(v)  = val <- v; x.OnPropertyChanged(nameof x.Val)
propertyName : string

Type something to start searching.