Click or drag to resize

BindableBaseRaisePropertyChanged Method (String)

[Missing <summary> documentation for "M:Demo3D.Common.BindableBase.RaisePropertyChanged(System.String)"]

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 14.0.0.10531
Syntax
C#
public void RaisePropertyChanged(
	string propName = ""
)

Parameters

propName (Optional)
Type: SystemString

[Missing <param name="propName"/> documentation for "M:Demo3D.Common.BindableBase.RaisePropertyChanged(System.String)"]

See Also