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




Custom action to perform when the legend is clicked. Overrides the default behavior that triggers the TreeViewPlus.NodeLegendClicked event.

Syntax

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

See Also

© 2010 All Rights Reserved.