ESRI.ArcGIS.ADF.Web.UI.WebControls Send comments on this topic.
TaskResults Class Members
See Also  Fields  Properties  Methods  Events
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : TaskResults Class


The following tables list the members exposed by TaskResults.

Public Constructors

 NameDescription
Public ConstructorTaskResults ConstructorInitializes a new instance of the TaskResults web control.  
Top

Public Fields

 NameDescription
Public FieldStateManager All state management is done through this property. (Inherited from CompositeControl)
Top

Protected Fields

 NameDescription
Protected Field_callbackArg Property for the callback event argument sent in from the calling page. Use CallbackEventArgument instead. (Inherited from CompositeControl)
Top

Public Properties

 NameDescription
Public PropertyAccessKeyGets or sets the access key that allows you to quickly navigate to the Web server control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyAppRelativeTemplateSourceDirectoryGets or sets the application-relative virtual directory of the Page or UserControl object that contains this control. (Inherited from System.Web.UI.Control)
Public PropertyAttributesGets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBackColorGets or sets the background color of the Web server control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBorderColorGets or sets the border color of the Web control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBorderStyleGets or sets the border style of the Web server control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyBorderWidthGets or sets the border width of the Web server control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyCallbackFunctionString Gets the callbackfunction string for this control instance. (Inherited from CompositeControl)
Public PropertyCallbackResults A collection of CallbackResult objects for passing information from the server to the client during a callback. (Inherited from CompositeControl)
Public PropertyClearImage The image to display to remove a node when the ShowClearButton property on the TreeViewPlusNode is true (Inherited from TreeViewPlus)
Public PropertyClientIDGets the server control identifier generated by ASP.NET. (Inherited from System.Web.UI.Control)
Public PropertyCollapsedImage URL of the image to display at a node when the node is collapsed to hide its children. (Inherited from TreeViewPlus)
Public PropertyControlsGets a ControlCollection object that represents the child controls in a CompositeControl. (Inherited from System.Web.UI.WebControls.CompositeControl)
Public PropertyControlStyleGets the style of the Web server control. This property is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyControlStyleCreatedGets a value indicating whether a Style object has been created for the ControlStyle property. This property is primarily used by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyCssClassGets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyDepth Read-only property for the depth of a node. Since the TreeViewPlus is always at the root, this value is always zero (0). (Inherited from TreeViewPlus)
Public PropertyEnabledGets or sets a value indicating whether the Web server control is enabled. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyEnableThemingGets or sets a value indicating whether themes apply to this control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyEnableViewStateGets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. (Inherited from System.Web.UI.Control)
Public PropertyExpandDepthNumber of levels of the tree to display. (Inherited from TreeViewPlus)
Public PropertyExpandedImage URL of the image to display at a node when the node is expanded to show its children. (Inherited from TreeViewPlus)
Public PropertyFeatureContextMenu The context menu displayed when the user clicks on a feature (usually third-level) node in the TaskResults.  
Public PropertyFontGets the font properties associated with the Web server control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyForeColorGets or sets the foreground color (typically the color of the text) of the Web server control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyGraphicsLayerContextMenu The context menu displayed with the user right-clicks on a layer (second-level) node in the TaskResults.  
Public PropertyGraphicsTransparency Gets or sets the transparency applied to all graphic results.  
Public PropertyHasAttributesGets a value indicating whether the control has attributes set. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyHeightGets or sets the height of the Web server control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyHoverColorHover color for the tree. (Inherited from TreeViewPlus)
Public PropertyIDGets or sets the programmatic identifier assigned to the server control. (Inherited from System.Web.UI.Control)
Public PropertyIsAsync Returns true if this control is in a partial postback or a callback. (Inherited from CompositeControl)
Public PropertyMapThe Map control ID to which the TaskResults will be buddied.  
Public PropertyMapInstanceThe instance of Map control corresponding to the Map property.  
Public PropertyNamingContainerGets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same ID property value. (Inherited from System.Web.UI.Control)
Public PropertyNodes The nodes of the tree. These contain the data to display for the TreeViewPlus control. (Inherited from TreeViewPlus)
Public PropertyNonInteractive Show only text (and legend image if any) (Inherited from TreeViewPlus)
Public PropertyOffset Read-only property for the horizontal offset of the node from its StartingPosition due to collapse/expand image, check-box, etc. Since the root-level TreeViewPlus has no such items, this property always returns zero (0). (Inherited from TreeViewPlus)
Public PropertyOffsetWidthThe number of pixels to offset child nodes in the tree. (Inherited from TreeViewPlus)
Public PropertyPageGets a reference to the Page instance that contains the server control. (Inherited from System.Web.UI.Control)
Public PropertyPageSizeOverridden. Number of items to display per page in the task results.  
Public PropertyPagingTextFormatString The format string that defines how paging text appears. The fields are page starting record, page ending record, total record count, current page number and number of pages. (Inherited from TreeViewPlus)
Public PropertyParentGets a reference to the server control's parent control in the page control hierarchy. (Inherited from System.Web.UI.Control)
Public PropertyRemoveOnlyContextMenuA context menu that displays the choice to remove the associated node.  
Public PropertyRenderOnDemand Property that determines whether collapsed nodes render children nodes to the browser on initial page load, or only when expanded. (Inherited from TreeViewPlus)
Public PropertyResultsInsertLocationLocation to add new results to the TaskResults list: Top or Bottom.  
Public PropertySelectedColorThe color to use for selections in the tree. (Inherited from TreeViewPlus)
Public PropertySelectedNodeThe node that is selected in the tree. (Inherited from TreeViewPlus)
Public PropertyShowClearAllButtonWhether to include a button on the control to clear all nodes in the tree. (Inherited from TreeViewPlus)
Public PropertyShowRowCountWhether to display the number of rows in a task result.  
Public PropertyShowUrlGets a string usable on the client to display the TaskResults. Read-only.  
Public PropertySiteGets information about the container that hosts the current control when rendered on a design surface. (Inherited from System.Web.UI.Control)
Public PropertySkinIDGets or sets the skin to apply to the control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyStartingPosition Read-only property for the starting horizontal offset of the node. Since the TreeViewPlus is at the root of the tree, this property always returns zero (0). (Inherited from TreeViewPlus)
Public PropertyStyleGets a collection of text attributes that will be rendered as a style attribute on the outer tag of the Web server control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyTabIndexGets or sets the tab index of the Web server control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyTaskResultContextMenu The context menu displayed when the user right-clicks on one of top nodes in the task results.  
Public PropertyTemplateControlGets or sets a reference to the template that contains this control. (Inherited from System.Web.UI.Control)
Public PropertyTemplateSourceDirectoryGets the virtual directory of the Page or UserControl that contains the current server control. (Inherited from System.Web.UI.Control)
Public PropertyToolTipGets or sets the text displayed when the mouse pointer hovers over the Web server control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyUniqueIDGets the unique, hierarchically qualified identifier for the server control. (Inherited from System.Web.UI.Control)
Public PropertyUseDefaultWebResources The ADF Web Controls will use the internal web resources unless the user wants to use a modified version of the ESRI Javascript Library. (Inherited from CompositeControl)
Public PropertyValueThe value of the root node of the tree. (Inherited from TreeViewPlus)
Public PropertyValuePathThe full path to the root node of the tree. (Inherited from TreeViewPlus)
Public PropertyValuePathSeparator Character to recognize for separation of values when specifying node paths. Default is forward slash (/). (Inherited from TreeViewPlus)
Public PropertyVisibleGets or sets a value that indicates whether a server control is rendered as UI on the page. (Inherited from System.Web.UI.Control)
Public PropertyWebResourceLocation The location of the web resources for use by the ADF Web Controls if the default Web resources are not used." (Inherited from CompositeControl)
Public PropertyWidthGets or sets the width of the Web server control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyZoomToPointFactor When zooming to points, this is the number which the full extent will be divided by in order to calculate the extent to zoom to.  
Top

Protected Properties

 NameDescription
Protected PropertyAdapterGets the browser-specific adapter for the control. (Inherited from System.Web.UI.Control)
Protected PropertyCallbackEventArgument Property for the callback event argument sent in from the calling page. (Inherited from CompositeControl)
Protected PropertyChildControlsCreatedGets a value that indicates whether the server control's child controls have been created. (Inherited from System.Web.UI.Control)
Protected PropertyClearAllLinkID The ID of the HTML anchor element used for clearing all nodes. (Inherited from TreeViewPlus)
Protected PropertyClientIDSeparatorGets a character value representing the separator character used in the ClientID property. (Inherited from System.Web.UI.Control)
Protected PropertyContentDivID The ID of the HTML div element that contains all nodes on the client. (Inherited from TreeViewPlus)
Protected PropertyContextGets the HttpContext object associated with the server control for the current Web request. (Inherited from System.Web.UI.Control)
Protected PropertyDesignModeGets a value indicating whether a control is being used on a design surface. (Inherited from System.Web.UI.Control)
Protected PropertyEventsGets a list of event handler delegates for the control. This property is read-only. (Inherited from System.Web.UI.Control)
Protected PropertyHasChildViewStateGets a value indicating whether the current server control's child controls have any saved view-state settings. (Inherited from System.Web.UI.Control)
Protected PropertyIdSeparatorGets the character used to separate control identifiers. (Inherited from System.Web.UI.Control)
Protected PropertyIsAtRenderStage Returns true if this control is called through an asynchronous callback, or the refresh flag has been set and the page is in partial postback mode. (Inherited from CompositeControl)
Protected PropertyIsChildControlStateClearedGets a value indicating whether controls contained within this control have control state. (Inherited from System.Web.UI.Control)
Protected PropertyIsEnabledGets a value indicating whether the control is enabled. (Inherited from System.Web.UI.WebControls.WebControl)
Protected PropertyIsTrackingViewStateGets a value that indicates whether the server control is saving changes to its view state. (Inherited from System.Web.UI.Control)
Protected PropertyIsViewStateEnabledGets a value indicating whether view state is enabled for this control. (Inherited from System.Web.UI.Control)
Protected PropertyLoadViewStateByIDGets a value indicating whether the control participates in loading its view state by ID instead of index. (Inherited from System.Web.UI.Control)
Protected PropertyScriptManager Gets a reference to the scriptmanager of the page (Inherited from CompositeControl)
Protected PropertyTagKey Gets the System.Web.UI.HtmlTextWriterTag value that corresponds to this Web server control. This property is used primarily by control developers. (Inherited from TreeViewPlus)
Protected PropertyTagNameGets the name of the control tag. This property is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Protected PropertyViewStateGets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page. (Inherited from System.Web.UI.Control)
Protected PropertyViewStateIgnoresCaseGets a value that indicates whether the StateBag object is case-insensitive. (Inherited from System.Web.UI.Control)
Top

Public Methods

 NameDescription
Public MethodApplyStyleCopies any nonblank elements of the specified style to the Web control, overwriting any existing style elements of the control. This method is primarily used by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodApplyStyleSheetSkinApplies the style properties defined in the page style sheet to the control. (Inherited from System.Web.UI.Control)
Public MethodBindToDataSetUsing this member, an ADO.NET Dataset can be used to create the Tree. (Inherited from TreeViewPlus)
Public MethodContextMenuDismissed Call this method to reset the background of the node when context menu is dismissed. (Inherited from TreeViewPlus)
Public MethodCopyBaseAttributesCopies the properties not encapsulated by the Style object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodCreateAndAddDataRowNodesAdds nodes for features or rows in the DataTable to the parent node.  
Public MethodCreateDataTableNode Creates a new node that contains the DataTable and has other properties passed in.  
Public MethodCreateTaskResultNode Creates a new TaskResultNode from an input DataSet and related information.  
Public MethodDataBindOverloaded. Binds a data source to the CompositeControl and all its child controls. (Inherited from System.Web.UI.WebControls.CompositeControl)
Public MethodDisplayResultsAdds the task results to the TaskResults control.  
Public MethodDisposeEnables a server control to perform final clean up before it is released from memory. (Inherited from System.Web.UI.Control)
Public MethodFindControlOverloaded. Searches the current naming container for a server control with the specified id parameter. (Inherited from System.Web.UI.Control)
Public MethodFindNodeByValuePathSearches for a node in the tree with a specified value path. (Inherited from TreeViewPlus)
Public MethodFocusSets input focus to a control. (Inherited from System.Web.UI.Control)
Public MethodGetCallbackResultOverridden. Returns the results of the client callback.  
Public MethodGetScriptDescriptorsOverridden.  Defines the collection of parameters and their associated values used when instantiating the Javascript object related to this control.  
Public MethodGetScriptReferences Returns a list of required clientside scripts for this webcontrol, based on the class' script attributes (Inherited from CompositeControl)
Public MethodGetSupportedBuddyControlTypes The method supports the .NET ADF infrastructure and is not intended to be used directly from your code.  
Public MethodHasControlsDetermines if the server control contains any child controls. (Inherited from System.Web.UI.Control)
Public MethodMergeStyleCopies any nonblank elements of the specified style to the Web control, but will not overwrite any existing style elements of the control. This method is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodRaiseCallbackEvent As part of the callback implementation for the control, stores the event argument passed to the control by the client. (Inherited from CompositeControl)
Public MethodRaisePostBackEvent Processes a postback event that targets a control and returns the result. (Inherited from CompositeControl)
Public MethodRefreshOverridden.  Refresh  
Public MethodRemoveResultsOverloaded.  Removes the results of a job from the task results control.  
Public MethodRenderBeginTagRenders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodRenderControlOverloaded. Outputs server control content to a provided HtmlTextWriter object and stores tracing information about the control if tracing is enabled. (Inherited from System.Web.UI.Control)
Public MethodRenderEndTagRenders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodResolveClientUrlGets a URL that can be used by the browser. (Inherited from System.Web.UI.Control)
Public MethodResolveUrlConverts a URL into one that is usable on the requesting client. (Inherited from System.Web.UI.Control)
Public MethodSetRenderMethodDelegateAssigns an event handler delegate to render the server control and its content into its parent control. (Inherited from System.Web.UI.Control)
Public MethodSetupContextMenuAssigns the context menu for the node. (Inherited from TreeViewPlus)
Public MethodSetupTaskResultNodePeforms basic setup for a task result node.  
Public MethodShowDisplays the TaskResults control following a postback or callback.  
Public MethodStartTaskActivityIndicator Displays a task activity indicator in the task results. Used during a callback to show task progress.  
Top

Protected Methods

 NameDescription
Protected MethodAddAttributesToRender Add style property to derived class that causes overflowing content to be truncated by the controls boundary instead of having it flow on the design surface and interfere with other controls. (Inherited from CompositeControl)
Protected MethodAddedControlCalled after a child control is added to the Controls collection of the Control object. (Inherited from System.Web.UI.Control)
Protected MethodAddParsedSubObjectNotifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's ControlCollection object. (Inherited from System.Web.UI.Control)
Protected MethodBuildProfileTreeGathers information about the server control and delivers it to the Trace property to be displayed when tracing is enabled for the page. (Inherited from System.Web.UI.Control)
Protected MethodClearChildControlStateDeletes the control-state information for the server control's child controls. (Inherited from System.Web.UI.Control)
Protected MethodClearChildStateDeletes the view-state and control-state information for all the server control's child controls. (Inherited from System.Web.UI.Control)
Protected MethodClearChildViewStateDeletes the view-state information for all the server control's child controls. (Inherited from System.Web.UI.Control)
Protected MethodCreateChildControlsOverridden.  Adds the child controls of the task results, including context menus.  
Protected MethodCreateControlCollectionCreates a new ControlCollection object to hold the child controls (both literal and server) of the server control. (Inherited from System.Web.UI.Control)
Protected MethodCreateControlStyleCreates the style object that is used internally by the WebControl class to implement all style related properties. This method is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Protected MethodDataBindChildrenBinds a data source to the server control's child controls. (Inherited from System.Web.UI.Control)
Protected MethodEnsureChildControlsDetermines whether the server control contains child controls. If it does not, it creates child controls. (Inherited from System.Web.UI.Control)
Protected MethodEnsureIDCreates an identifier for controls that do not have an identifier assigned. (Inherited from System.Web.UI.Control)
Protected MethodGetDataRowHtmlTableReturns the formatted HTML table for the data row. (Inherited from TreeViewPlus)
Protected MethodGetDesignModeStateGets design-time data for a control. (Inherited from System.Web.UI.Control)
Protected MethodGetDesignModeWarningsOverridden.  Returns a list of warning messages to be displayed at design time.  
Protected MethodGetHeaderFormatStringGets the title format string for the data table. (Inherited from TreeViewPlus)
Protected MethodHasEventsReturns a value indicating whether events are registered for the control or any child controls. (Inherited from System.Web.UI.Control)
Protected MethodIsLiteralContentDetermines if the server control holds only literal content. (Inherited from System.Web.UI.Control)
Protected MethodLoadControlStateRestores control-state information from a previous page request that was saved by the SaveControlState method. (Inherited from System.Web.UI.Control)
Protected MethodLoadViewStateRestores view-state information from a previous request that was saved with the SaveViewState method. (Inherited from System.Web.UI.WebControls.WebControl)
Protected MethodMapPathSecureRetrieves the physical path that a virtual path, either absolute or relative, maps to. (Inherited from System.Web.UI.Control)
Protected MethodOnBubbleEventDetermines whether the event for the server control is passed up the page's UI server control hierarchy. (Inherited from System.Web.UI.Control)
Protected MethodOnDataBindingRaises the DataBinding event. (Inherited from System.Web.UI.Control)
Protected MethodOnInit Raises the System.Web.UI.Control.Init event. (Inherited from TreeViewPlus)
Protected MethodOnLoadOverridden.  Occurs when the control is loaded.  
Protected MethodOnNodeAddedRaises the NodeAdded event. (Inherited from TreeViewPlus)
Protected MethodOnNodeCheckOccurs when a node's checkbox is checked. (Inherited from TreeViewPlus)
Protected MethodOnNodeClearOccurs when a node's contents is cleared. (Inherited from TreeViewPlus)
Protected MethodOnNodeClickOccurs when a node in the treeview is clicked. (Inherited from TreeViewPlus)
Protected MethodOnNodeCollapseOccurs when a node in the treeview is collapsed. (Inherited from TreeViewPlus)
Protected MethodOnNodeExpandOccurs then a node is expanded in the treeview. (Inherited from TreeViewPlus)
Protected MethodOnNodeLegendClickOccurs when the legend node is clicked. (Inherited from TreeViewPlus)
Protected MethodOnNodePageChangeOccurs when the node page is changed. (Inherited from TreeViewPlus)
Protected MethodOnNodeRemovedRaises the NodeRemoved event. (Inherited from TreeViewPlus)
Protected MethodOnNodeRemoving Raises the NodeRemoving event. (Inherited from TreeViewPlus)
Protected MethodOnNodeSelectOccurs when a node in the treeview is selected. (Inherited from TreeViewPlus)
Protected MethodOnPreRender Raises the PreRender event. (Inherited from CompositeControl)
Protected MethodOnUnload On unload. (Inherited from TreeViewPlus)
Protected MethodOpenFileGets a Stream used to read a file. (Inherited from System.Web.UI.Control)
Protected MethodRaiseBubbleEventAssigns any sources of the event and its information to the control's parent. (Inherited from System.Web.UI.Control)
Protected MethodRecreateChildControlsRecreates the child controls n a control derived from CompositeControl. (Inherited from System.Web.UI.WebControls.CompositeControl)
Protected MethodRemovedControlCalled after a control is removed from the Controls collection of another control. (Inherited from System.Web.UI.Control)
Protected MethodRenderOverridden.  Overridden. Renders the control to the specified HTML writer.  
Protected MethodRenderAjaxControlOverridden.  Registers start up script to create javascript controls. Called by the Render method.  
Protected MethodRenderChildrenOutputs the content of a server control's children to a provided HtmlTextWriter object, which writes the content to be rendered on the client. (Inherited from System.Web.UI.Control)
Protected MethodRenderContents Render the contents of the control to the specified writer. This method is used primarily by control developers. (Inherited from TreeViewPlus)
Protected MethodRenderDesignModeWarnings If design mode is active and the derived class has configuration errors, then a standard template will be used to show these errors to the user and True is returned, else no warnings are displayed and false is returned. (Inherited from CompositeControl)
Protected MethodResolveAdapterGets the control adapter responsible for rendering the specified control. (Inherited from System.Web.UI.Control)
Protected MethodSaveControlStateSaves any server control state changes that have occurred since the time the page was posted back to the server. (Inherited from System.Web.UI.Control)
Protected MethodSaveViewStateSaves any state that was modified after the TrackViewState method was invoked. (Inherited from System.Web.UI.WebControls.WebControl)
Protected MethodSetDesignModeStateSets design-time data for a control. (Inherited from System.Web.UI.Control)
Protected MethodsetExpandDepthVisibilityOverloaded.  Sets the the visibility for nodes to the specified expand depth. (Inherited from TreeViewPlus)
Protected MethodSetRefreshFlagSetRefreshFlag. (Inherited from CompositeControl)
Protected MethodTrackViewStateCauses the control to track changes to its view state so they can be stored in the object's ViewState property. (Inherited from System.Web.UI.WebControls.WebControl)
Top

Public Events

 NameDescription
Public EventDataBindingOccurs when the server control binds to a data source. (Inherited from System.Web.UI.Control)
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 EventLoadOccurs when the server control is loaded into the Page object. (Inherited from System.Web.UI.Control)
Public EventNodeAddedEvent that is called when a node has been added. (Inherited from TreeViewPlus)
Public EventNodeCheckedEvent that is called when a node is checked on the tree. (Inherited from TreeViewPlus)
Public EventNodeClearedEvent that is called when a node is cleared on the tree. (Inherited from TreeViewPlus)
Public EventNodeClickedEvent that is called when a node is clicked on the tree. (Inherited from TreeViewPlus)
Public EventNodeCollapsedEvent that is called when a node is collapsed on the tree. (Inherited from TreeViewPlus)
Public EventNodeExpandedEvent that is called when a node is expanded on the tree. (Inherited from TreeViewPlus)
Public EventNodeLegendClickedEvent that is called when a node legend is clicked on the tree. (Inherited from TreeViewPlus)
Public EventNodePageChangedEvent that is called when a node page is changed on the tree. (Inherited from TreeViewPlus)
Public EventNodeRemovedEvent that is called when a node has been removed. (Inherited from TreeViewPlus)
Public EventNodeRemovingEvent that is called when a node is about to be removed. (Inherited from TreeViewPlus)
Public EventNodeSelectedEvent that is called when a node is selected on the tree. (Inherited from TreeViewPlus)
Public EventPreRenderOccurs after the Control object is loaded but prior to rendering. (Inherited from System.Web.UI.Control)
Public EventUnloadOccurs when the server control is unloaded from memory. (Inherited from System.Web.UI.Control)
Top

See Also

© 2009 All Rights Reserved.