ESRI.ArcGIS.ADF.ArcGISServer.Editor
PreAttributeEdit Event
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : PreAttributeEdit Event




The event raised prior to editing a feature attribute.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Fires before a feature attribute is executed.")>
<ResCategoryAttribute("Editing")>
Public Event PreAttributeEdit() As PreAttributeEditEventHandler
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim handler As PreAttributeEditEventHandler
 
AddHandler instance.PreAttributeEdit, handler
C# 
[ResDescriptionAttribute("Fires before a feature attribute is executed.")]
[ResCategoryAttribute("Editing")]
public event PreAttributeEditEventHandler PreAttributeEdit()

See Also

© 2010 All Rights Reserved.