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

AF SDK Reference

IAFChangedEvent Interface

  • Last UpdatedJan 12, 2026
  • 2 minute read
IAFChangedEvent Interface
This interface defines the Changed event that is implemented on objects that support notification of changes.

Namespace:  OSIsoft.AF
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7

Syntax

public interface IAFChangedEvent
Public Interface IAFChangedEvent

Dim instance As IAFChangedEvent
public interface class IAFChangedEvent
type IAFChangedEvent =  interface end

The IAFChangedEvent type exposes the following members.

Events

  NameDescription
Public eventCode example
Changed
Event is raised when the object or one of its sub-objects is changed.

Remarks

Objects that support notification of changes implement this interface. All IAFTransactable objects implement this interface.

Version Information

AFSDK


See Also

In This Topic