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