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.
Raises the PostAttributeEdit event.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnPostAttributeEdit( _
   ByVal e As PostAttributeEditEventArgs, _
   ByVal returnMessages As StringList _
) 
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim e As PostAttributeEditEventArgs
Dim returnMessages As StringList
 
instance.OnPostAttributeEdit(e, returnMessages)
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.

See Also

© 2010 All Rights Reserved.