Click or drag to resize

IVishnuViewModel interface

Interface for the ViewModels of dynamic user controls.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public interface IVishnuViewModel

The IVishnuViewModel Type exposes the following members.

Properties
 NameDescription of the
Public PropertyParentView The parent control.
Public PropertyResult The ReturnObject of the assigned LogicalNode.
Public PropertyUserDataContext Binding to an optional, specific user view model.
Back to the top
Events
 NameDescription of the
Public EventPropertyChanged Is triggered when a property changes.
Back to the top
See also