DelegateCommandOnPropertyChanged Method

Invoked whenever the effective value has been updated.

Definition

Namespace: Common.Wpf.Commands
Assembly: Common.Wpf.Resources (in Common.Wpf.Resources.dll) Version: 2.0.6
C#
public void OnPropertyChanged(
	string property = ""
)

Parameters

property  String  (Optional)
Name of the property that has changed.

See Also