Click or drag to resize

TcpConnectionPropertiesNotifyPropertyChanged(String) Method

Raises the PropertyChanged event.

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

Parameters

propertyName  String  (Optional)
The name of the property that has changed.
See Also