Summary
Called by a specific column type when one of its properties changed,
and its current cells need to be updated.
- Namespace
- Avalonia
.Controls - Containing Type
- DataGridColumn
Syntax
protected void NotifyPropertyChanged(string propertyName)
Parameters
Name | Type | Description |
---|---|---|
propertyName | string | Indicates which property changed and caused this call |
Return Value
Type | Description |
---|---|
void |