Summary
Invokes the property changed event.
- Namespace
- ReactiveUI
.Blazor - Containing Type
- Reactive
Layout Component Base <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 |