ESRI.ArcGIS.ADF.Web.UI.WebControls | |
CancelableTreeViewPlusNodeEventArgs Class Members | |
See Also Properties |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : CancelableTreeViewPlusNodeEventArgs Class |
The following tables list the members exposed by CancelableTreeViewPlusNodeEventArgs.
Name | Description | |
---|---|---|
CancelableTreeViewPlusNodeEventArgs Constructor | Initializes a new instance of the CancelableTreeViewPlusNodeEventArgs class. |
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) |