AFChangedEventArgs.IsSubObjectEvent Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Indicates if the arguments represent a sub-object event.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool IsSubObjectEvent { get; }
Public ReadOnly Property IsSubObjectEvent As Boolean Get Dim instance As AFChangedEventArgs Dim value As Boolean value = instance.IsSubObjectEvent
public: property bool IsSubObjectEvent { bool get (); }
member IsSubObjectEvent : bool with get
Property Value
Type: BooleanReturns if the Action is SubObjectAdd, SubObjectRemove, SubObjectRefresh, SubObjectChange, or SubObjectValueChange. For all other actions is returned.