Version

WebDataTree Class Events

For a list of all members of this type, see WebDataTree members.

Public Events
 NameDescription
Public EventCheckBoxSelectionChangedOccurs on check box selection change.  
Public EventDataBindingOccurs when the server control binds to a data source. (Inherited from System.Web.UI.Control)
Public EventDataBoundOccurs after the server control binds to a data source. (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
Public EventDisposedOccurs 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)
Public EventInitOccurs when the server control is initialized, which is the first step in its lifecycle. (Inherited from System.Web.UI.Control)
Public EventItemCommandOccurs when a Node is expanded on the client. The event is fired the next time the page is posted back to the server.  
Public EventLoadOccurs when the server control is loaded into the System.Web.UI.Page object. (Inherited from System.Web.UI.Control)
Public EventNodeAddedEvent is fired when a DataTreeNode is added on the client.  
Public EventNodeBoundOccurs when a DataTreeNode is bound on the server.  
Public EventNodeClickOccurs when a Node is clicked on the client. This event is fired using an immediate postback from the client.  
Public EventNodeCollapsedOccurs when a Node is collapsed on the client. The event is fired the next time the page is posted back to the server.  
Public EventNodeDroppedEvent is fired when a DataTreeNode is dropped on from the client.  
Public EventNodeExpandedOccurs when a Node is expanded on the client. The event is fired the next time the page is posted back to the server.  
Public EventNodePopulateOccurs when a node with its IsEmptyParent property set to true is expanded.  
Public EventNodeRemovedEvent is fired when a DataTreeNode is removed on the client.  
Public EventPreRenderOccurs after the System.Web.UI.Control object is loaded but prior to rendering. (Inherited from System.Web.UI.Control)
Public EventSelectionChangedOccurs when some changed in the selected DataTreeNode occur.  
Public EventTextChangedOccurs when a Node is edited on the client. The event is fired the next time the page is posted back to the server.  
Public EventUnloadOccurs when the server control is unloaded from memory. (Inherited from System.Web.UI.Control)
See Also