NotifyPropertyChange causes the GXDevice object to notify the change of a GXProperty.
- property (GXProperty)
- A GXProperty object, whose value has changed.
- row (Int32)
- The number of the row. If the GXProperty is not part of a table, set parameter value to -1.
- status (PropertyStates)
- The type of the event to be raised.
Macros can use this method to cause the UI to update,
if the updates are made during the PropertyChanged event.
Dim newVal As String
GXProperty1.SetValue newVal
GXDevice1.NotifyPropertyChange GXProperty1, -1, GX_PROPERTY_STATE_VALUE_CHANGED
Assembly: Gurux.Device (Module: Gurux.Device) Version: 5.0.0.1