Table of Contents

Interface ICustomNodeViewModel

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

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

INode

Events

NodeModified

Occurs whenever the node was modified by the view model

event EventHandler NodeModified

Event Type

EventHandler