Click or drag to resize
KaxTreeNodeEventArgs Class
Provides data for the NodeClick, NodeExpand, NodeCheck, NodeDataBound, NodeCollapse and NodeCreated events of the KaxTreeView control.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Kettic.AspNet.ControlsKaxTreeNodeEventArgs
      Kettic.AspNet.ControlsKaxTreeNodeEditEventArgs

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxTreeNodeEventArgs : EventArgs

The KaxTreeNodeEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodKaxTreeNodeEventArgs
Initializes a new instance of the KaxTreeNodeEventArgs class.
Top
Properties
  NameDescription
Public propertyNode
Gets the referenced node in the KaxTreeView control when the event is raised.
Top
See Also