ESRI.ArcGIS.ADF.Tasks | |
FieldAdded Event | |
See Also |
ESRI.ArcGIS.ADF.Tasks.Design.Editors Namespace > FieldsCollectionEditorControl Class : FieldAdded Event |
Visual Basic (Declaration) | |
---|---|
<ResDescriptionAttribute("The event raised after a field has been added.")> Public Event FieldAdded() As FieldsCollectionEditorFieldAddedEventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[ResDescriptionAttribute("The event raised after a field has been added.")] public event FieldsCollectionEditorFieldAddedEventHandler FieldAdded() |
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.
Property | Description |
---|---|
FieldList | The serialized list of currently configured fields. |