ESRI.ArcGIS.ADF.Tasks
FieldRemoved Event
See Also 
ESRI.ArcGIS.ADF.Tasks.Design.Editors Namespace > FieldsCollectionEditorControl Class : FieldRemoved Event




The event raised after a field has been removed.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The event raised after a field has been removed.")>
Public Event FieldRemoved() As FieldsCollectionEditorFieldRemovedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As FieldsCollectionEditorControl
Dim handler As FieldsCollectionEditorFieldRemovedEventHandler
 
AddHandler instance.FieldRemoved, handler
C# 
[ResDescriptionAttribute("The event raised after a field has been removed.")]
public event FieldsCollectionEditorFieldRemovedEventHandler FieldRemoved()

Event Data

The event handler receives an argument of type FieldsCollectionEditorEventArgs containing data related to this event. The following FieldsCollectionEditorEventArgs properties provide information specific to this event.

PropertyDescription
FieldList The serialized list of currently configured fields.

See Also

© 2010 All Rights Reserved.