Summary
Notifies the control that a change has been made to resources that apply to it.
- Namespace
- Avalonia
.LogicalTree - Containing Type
- ILogical
Syntax
void NotifyResourcesChanged(ResourcesChangedEventArgs e)
Remarks
This method will be called automatically by the framework, you should not need to call
this method yourself.
Parameters
Name | Type | Description |
---|---|---|
e | Resources |
The event args. |
Return Value
Type | Description |
---|---|
void |