For a list of all members of this type, see WebDataTree members.
| Name | Description | |
|---|---|---|
![]() | CheckBoxSelectionChanged | Occurs on check box selection change. |
![]() | DataBinding | Occurs when the server control binds to a data source. (Inherited from System.Web.UI.Control) |
![]() | DataBound | Occurs after the server control binds to a data source. (Inherited from System.Web.UI.WebControls.BaseDataBoundControl) |
![]() | Disposed | Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. (Inherited from System.Web.UI.Control) |
![]() | Init | Occurs when the server control is initialized, which is the first step in its lifecycle. (Inherited from System.Web.UI.Control) |
![]() | ItemCommand | Occurs when a Node is expanded on the client. The event is fired the next time the page is posted back to the server. |
![]() | Load | Occurs when the server control is loaded into the System.Web.UI.Page object. (Inherited from System.Web.UI.Control) |
![]() | NodeAdded | Event is fired when a DataTreeNode is added on the client. |
![]() | NodeBound | Occurs when a DataTreeNode is bound on the server. |
![]() | NodeClick | Occurs when a Node is clicked on the client. This event is fired using an immediate postback from the client. |
![]() | NodeCollapsed | Occurs when a Node is collapsed on the client. The event is fired the next time the page is posted back to the server. |
![]() | NodeDropped | Event is fired when a DataTreeNode is dropped on from the client. |
![]() | NodeExpanded | Occurs when a Node is expanded on the client. The event is fired the next time the page is posted back to the server. |
![]() | NodePopulate | Occurs when a node with its IsEmptyParent property set to true is expanded. |
![]() | NodeRemoved | Event is fired when a DataTreeNode is removed on the client. |
![]() | PreRender | Occurs after the System.Web.UI.Control object is loaded but prior to rendering. (Inherited from System.Web.UI.Control) |
![]() | SelectionChanged | Occurs when some changed in the selected DataTreeNode occur. |
![]() | TextChanged | Occurs when a Node is edited on the client. The event is fired the next time the page is posted back to the server. |
![]() | Unload | Occurs when the server control is unloaded from memory. (Inherited from System.Web.UI.Control) |