AFChangedEventArgs.IsSubObjectEvent Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Indicates if the arguments represent a sub-object event.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.