AFChangedEventArgs.Action Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Gets an action that specifies how the object changed.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFChangeAction Action { get; }
Public ReadOnly Property Action As AFChangeAction Get Dim instance As AFChangedEventArgs Dim value As AFChangeAction value = instance.Action
public: property AFChangeAction Action { AFChangeAction get (); }
member Action : AFChangeAction with get
Property Value
Type: AFChangeActionOne of the AFChangeAction values.