Version

ViewModelBase Class Members

The following tables list the members exposed by ViewModelBase.

Public Constructors
 NameDescription
Public ConstructorViewModelBase Constructor  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedInvoked whenever the effective value of any property on this ViewModelBase has been updated. The specific dependency property that changed is reported in the event data.  
Public Events
 NameDescription
Public EventPropertyChangedOccurs when a property value changes.  
See Also