Click or drag to resize

BindableBaseRaisePropertiesChanged Method

Raise an PropertyChanged event for each value.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public void RaisePropertiesChanged(
	params string[] propNames
)

Parameters

propNames
Type: SystemString
The values to raise property changed events for.
See Also