INodeExtender Interface

Definition

Extender for a node. Can add a children or command handlers

public interface class INodeExtender
public interface class INodeExtender
__interface INodeExtender
public interface INodeExtender
type INodeExtender = interface
Public Interface INodeExtender

Methods

ProvideChildren(WorkspaceVisualNodeBase)

If applicable provides children to a node. Children collection can be actually empty at this point.

ProvideCommandHandler(WorkspaceVisualNodeBase)

if applicable provides a node with a command handler.

Applies to