Click or drag to resize

ValidatableViewModelBase Events

The ValidatableViewModelBase type exposes the following members.

Events
  NameDescription
Public eventBehaviourInvoke
Occures if a behaviour should be invoked
(Inherited from ViewModelBase.)
Public eventDisposed
Occures if the object has been disposed
(Inherited from DisposableBase.)
Public eventErrorsChanged
Occures if the count of the errors has changed
Public eventIsLoadingChanged
Occures if the IsLoading property has changed.
(Inherited from ViewModelBase.)
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from ViewModelBase.)
Public eventValidating
Occures if a property is veing validated.
Top
See Also