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