DOFObjectchanged Method OpenDOF Object Access Library
Used by a Provider to notify all subscribers that a property's value has changed.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public void changed(
	DOFInterfaceProperty property
)

Parameters

property
Type: org.opendof.core.oalDOFInterfaceProperty
The changed property. This must not be null.
Remarks

Used by a Provider to notify all subscribers that a property's value has changed.

NOTE: If the property's value is changed due to a "set" operation, the provider should not normally call

changed()
, since the library does this for you. A provider should typically call
changed()
when the property's value has changed due to something other than a "Set".
See Also

Reference