ILogicalNotifyResourcesChanged Method

Notifies the control that a change has been made to resources that apply to it.

Definition

Namespace: Avalonia.LogicalTree
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void NotifyResourcesChanged(
	ResourcesChangedEventArgs e
)

Parameters

e  ResourcesChangedEventArgs
The event args.

Remarks

This method will be called automatically by the framework, you should not need to call this method yourself.

See Also