ESRI.ArcGIS.ADF.ArcGISServer.Editor | |
PreAttributeEdit Event | |
See Also |
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : PreAttributeEdit Event |
Visual Basic (Declaration) | |
---|---|
<ResDescriptionAttribute("Fires before a feature attribute is executed.")> <ResCategoryAttribute("Editing")> Public Event PreAttributeEdit() As PreAttributeEditEventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[ResDescriptionAttribute("Fires before a feature attribute is executed.")] [ResCategoryAttribute("Editing")] public event PreAttributeEditEventHandler PreAttributeEdit() |