ESRI.ArcGIS.ADF.Web.UI.WebControls
Cancel Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CancelableTreeViewPlusNodeEventArgs Class : Cancel Property




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.

Syntax

Visual Basic (Declaration) 
Public Property Cancel As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CancelableTreeViewPlusNodeEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
C# 
public bool Cancel {get; set;}

See Also

© 2010 All Rights Reserved.