AFChangedEventArgs.Action Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Gets an action that specifies how the object changed.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.