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




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

Syntax

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

Parameters

fieldList
The serialized list of currently configured fields.

See Also

© 2010 All Rights Reserved.