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