The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

ReactiveLayoutComponentBase<T>.

OnPropertyChanged(string) Method

Summary

Invokes the property changed event.
Namespace
ReactiveUI.Blazor
Containing Type
ReactiveLayoutComponentBase<T>

Syntax

protected virtual void OnPropertyChanged(string propertyName = null)

Parameters

Name Type Description
propertyName string The name of the property.

Return Value

Type Description
void