ESRI.ArcGIS.ADF.Tasks
LayerChanged Event
See Also 
ESRI.ArcGIS.ADF.Tasks.Design.Editors Namespace > QueryAttributesEditorControl Class : LayerChanged Event




Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Property Changed")>
Public Event LayerChanged() As EventHandler(Of EventArgs)
Visual Basic (Usage)Copy Code
Dim instance As QueryAttributesEditorControl
Dim handler As EventHandler(Of EventArgs)
 
AddHandler instance.LayerChanged, handler
C# 
[CategoryAttribute("Property Changed")]
public event EventHandler<EventArgs> LayerChanged()

See Also

© 2010 All Rights Reserved.