ESRI.ArcGIS.ADF.Web.UI.WebControls
CustomOnClick Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlusNode Class : CustomOnClick Property




Sets the onclick behavior for the node text to a custom string, overriding the default behavior.

Syntax

Visual Basic (Declaration) 
Public Property CustomOnClick As String
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlusNode
Dim value As String
 
instance.CustomOnClick = value
 
value = instance.CustomOnClick
C# 
public string CustomOnClick {get; set;}

Remarks

The behavior of the node text has a default as determined by the ClickBehavior property. When ClickBehavior is Click, Link or None, the click behavior can be overridden by specifying a value for CustomOnClick. Note that this causes the default server-side events not to fire.

See Also

© 2010 All Rights Reserved.