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
| Improve this Doc View SourceNewValue
Gets the new attribute field value.
Declaration
public object NewValue { get; }
Property Value
Type | Description |
---|---|
Object |
OldValue
Gets the old attribute field value.
Declaration
public object OldValue { get; }
Property Value
Type | Description |
---|---|
Object |