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
changed()
changed()
See Also