ILogicalNotifyResourcesChanged Method
Notifies the control that a change has been made to resources that apply to it.
Namespace: Avalonia.LogicalTreeAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void NotifyResourcesChanged(
ResourcesChangedEventArgs e
)
Sub NotifyResourcesChanged (
e As ResourcesChangedEventArgs
)
abstract NotifyResourcesChanged :
e : ResourcesChangedEventArgs -> unit
Parameters
- e ResourcesChangedEventArgs
- The event args.
This method will be called automatically by the framework, you should not need to call
this method yourself.