Skip to main content

NotifyResourcesChanged 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)

void NotifyResourcesChanged(
ResourcesChangedEventArgs e
)
View Source

Parameters

  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

Reference

ILogical Interface
Avalonia.LogicalTree Namespace