Interface ICustomNodeViewModel
Represents a custom view model for a INode
public interface ICustomNodeViewModel
Properties
Node
Gets the node the view models belongs to
INode Node { get; }
Property Value
Events
NodeModified
Occurs whenever the node was modified by the view model
event EventHandler NodeModified