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




The event raised after a field has been added.

Syntax

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

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.