Event ValueChanged
Occurs when the field attribute value has changed and committed back to the feature.
Namespace: Esri.ArcGISRuntime.Toolkit.UI.Controls
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public event EventHandler<AttributeValueChangedEventArgs>? ValueChanged
Returns
Type | Description |
---|---|
EventHandler<AttributeValueChangedEventArgs> | Occurs when the field attribute value has changed and committed back to the feature. |