Show / Hide Table of Contents

Class AttributeValueChangedEventArgs

Field attribute change events used by the FeatureDataField.

Inheritance
Object
EventArgs
AttributeValueChangedEventArgs
Namespace: Esri.ArcGISRuntime.Toolkit.UI
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public sealed class AttributeValueChangedEventArgs : EventArgs

Properties

| Improve this Doc View Source

NewValue

Gets the new attribute field value.

Declaration
public object NewValue { get; }
Property Value
Type Description
Object
| Improve this Doc View Source

OldValue

Gets the old attribute field value.

Declaration
public object OldValue { get; }
Property Value
Type Description
Object
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX