The ViewModelBase type exposes the following members.

Constructors

  NameDescription
ViewModelBase

Methods

  NameDescription
OnPropertyChanged
Raises the PropertyChanged event.
Set<(Of <(T>)>)
Sets the value of a field, raising the PropertyChanged event if required.

Events

  NameDescription
PropertyChanged
Occurs when a property value changes.

See Also