Class AttributeValueChangedEventArgs
Field attribute change events used by the FeatureDataField.
Namespace: Esri.ArcGISRuntime.Toolkit.UI
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public sealed class AttributeValueChangedEventArgs : EventArgs
Properties
| Name | Description |
|---|---|
| NewValue | Gets the new attribute field value. |
| OldValue | Gets the old attribute field value. |