GXDN: Gurux Developer Network
NotifyPropertyChange Method (property, row, status)
NamespacesGurux.DeviceGXDeviceNotifyPropertyChange(GXProperty, Int32, PropertyStates)
NotifyPropertyChange causes the GXDevice object to notify the change of a GXProperty.
Parameters
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.
Remarks
Macros can use this method to cause the UI to update, if the updates are made during the PropertyChanged event.
Examples
CopyC#
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