Click or drag to resize

CIP1PropertiesNotifyPropertyChanged Method (String)

Raises the PropertyChanged event.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
protected void NotifyPropertyChanged(
	string propertyName = ""
)

Parameters

propertyName (Optional)
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:Demo3D.PLC.Comms.CIP.CIP1Properties.NotifyPropertyChanged(System.String)"]

See Also