Click or drag to resize

Node Class

Node in a MultiSelectComboBox
Inheritance Hierarchy
SystemObject
  Hummingbird.UINode

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public class Node : INotifyPropertyChanged

The Node type exposes the following members.

Constructors
  NameDescription
Public methodNode
Initializes a new instance of the Node class.
Top
Properties
  NameDescription
Public propertyIsSelected
Gets or sets a value indicating whether this instance is selected.
Public propertyTitle
Gets or sets the title.
Top
Methods
  NameDescription
Protected methodNotifyPropertyChanged
Notifies all subscribers of PropertyChanged event listener that the property value has changed.
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when property value has changed.
Top
See Also