|
| ESRI.ArcGIS.ADF.ArcGISServer.Editor | |
| OnPreAttributeEdit Method | |
| See Also | |
| ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : OnPreAttributeEdit Method |
- e
- The PreAttributeEditEventArgs for the event.
- returnMessages
- A list of messages returned by event handlers to be displayed in the browser.
| Visual Basic (Declaration) | |
|---|---|
Protected Overridable Sub OnPreAttributeEdit( _ ByVal e As PreAttributeEditEventArgs, _ ByVal returnMessages As StringList _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
protected virtual void OnPreAttributeEdit( PreAttributeEditEventArgs e, StringList returnMessages ) | |
Parameters
- e
- The PreAttributeEditEventArgs for the event.
- returnMessages
- A list of messages returned by event handlers to be displayed in the browser.