ESRI.ArcGIS.ADF.Tasks
OnFieldAdded Method
See Also 
ESRI.ArcGIS.ADF.Tasks.Design.Editors Namespace > FieldsCollectionEditorControl Class : OnFieldAdded Method




fieldList
The serialized list of currently configured fields.
Raises the FieldAdded event.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnFieldAdded( _
   ByVal fieldList As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As FieldsCollectionEditorControl
Dim fieldList As String
 
instance.OnFieldAdded(fieldList)
C# 
protected virtual void OnFieldAdded( 
   string fieldList
)

Parameters

fieldList
The serialized list of currently configured fields.

See Also

© 2010 All Rights Reserved.