Click or drag to resize

MqttConnectionPropertiesNotifyPropertyChanged Method (String)

Raises the PropertyChanged event.

Namespace:  Demo3D.HLE.Comms.Net
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 18.03.00
Syntax
C#
protected void NotifyPropertyChanged(
	string propertyName = ""
)

Parameters

propertyName (Optional)
Type: SystemString
The name of the property that has changed.
See Also