Interface ICustomNodeViewModel
Represents a custom view model for a INode
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public interface ICustomNodeViewModel
Properties
Node
Gets the node the view models belongs to
Declaration
INode Node { get; }
Property Value
Type | Description |
---|---|
INode |
Events
NodeModified
Occurs whenever the node was modified by the view model
Declaration
event EventHandler NodeModified
Event Type
Type | Description |
---|---|
EventHandler |