Click or drag to resize

DynamicUserControlViewModelBase methods

The DynamicUserControlViewModelBase Type exposes the following members.

Methods
 NameDescription of the
Protected MethodGetResultPropertyT Retrieves a property with the name propertyName of type T from the ReturnObject of the owning Vishnu node. The ReturnObject must be of the type requiredReturnObjectType.
Protected MethodOnPropertyChanged Reports for the UI when a property has changed.
(Inherited from ObservableObject)
Public MethodRaisePropertyChanged(String) Triggers OnPropertyChanged.
(Inherited from ObservableObject)
Public MethodRaisePropertyChangedT(ExpressionFuncT) Triggers OnPropertyChanged.
(Inherited from ObservableObject)
Protected MethodVerifyCalledOnUIThread Checks whether a call is made from the correct thread (dispatcher).
(Inherited from ObservableObject)
Back to the top
See also