Class PlaceholderNode
Represents a node that can be added as a child to a node that needs to retrieve its children from a network resource. This node type simply displays a "Loading..." message, and can be removed once the legitimate children of the parent node are retrieved and added to the navigation hierarchy.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Navigator.NodeTypes
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public class PlaceholderNode : Node
Constructors
PlaceholderNode(Node)
Initializes a new instance of the PlaceholderNode class.
Declaration
public PlaceholderNode(Node parent)
Parameters
Type | Name | Description |
---|---|---|
Node | parent | The parent node of this node. |