ESRI.ArcGIS.ADF.Web.UI.WebControls | |
CancelableTreeViewPlusNodeEventArgs Class Properties | |
See Also |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : CancelableTreeViewPlusNodeEventArgs Class |
For a list of all members of this type, see CancelableTreeViewPlusNodeEventArgs members.
Name | Description | |
---|---|---|
Cancel | Handlers can set this property to 'true' to cancel an associated event. For example, if Cancel is set to 'true' when handling the Removing event, then the node will not be removed and the NodeRemoved event will not be fired. | |
Node | The TreeViewPlusNode associated with the event. (Inherited from TreeViewPlusNodeEventArgs) |