Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFChangedEventArgs.IsSubObjectEvent Property

  • Last UpdatedJan 12, 2026
  • 1 minute read
AFChangedEventArgs.IsSubObjectEvent Property
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: Boolean
Returns if the Action is SubObjectAdd, SubObjectRemove, SubObjectRefresh, SubObjectChange, or SubObjectValueChange. For all other actions is returned.

Version Information

AFSDK


See Also

In This Topic