Click or drag to resize

BaseBindableViewRaisePropertyChanged Method

Raises this object's PropertyChanged event.

Namespace: RAYLASE.Shared.GUI
Assembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.19.0
Syntax
C#
protected void RaisePropertyChanged(
	string propertyName = null
)

Parameters

propertyName  String  (Optional)
Name of the property used to notify listeners. This value is optional and can be provided automatically when invoked from compilers that support CallerMemberNameAttribute.
See Also