Click or drag to resize

EthernetConnectionPropertiesNotifyPropertyChanged Method (String)

Raises the PropertyChanged event.

Namespace:  Demo3D.Net.Protocols
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
protected void NotifyPropertyChanged(
	string propertyName = ""
)

Parameters

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