Click or drag to resize

CIP1PropertiesNotifyPropertyChanged(PropertyChangedEventArgs) Method

Raises the PropertyChanged event.

Namespace: Demo3D.PLC.Rockwell.Comms.CIP
Assembly: PLC (in PLC.dll) Version: 19.01.00
Syntax
C#
protected virtual void NotifyPropertyChanged(
	PropertyChangedEventArgs e
)

Parameters

e  PropertyChangedEventArgs
A PropertyChangedEventArgs that contains the event data.
See Also