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)
- C#
- VB
- F#
void NotifyResourcesChanged(
ResourcesChangedEventArgs e
)
Sub NotifyResourcesChanged (
e As ResourcesChangedEventArgs
)
abstract NotifyResourcesChanged :
e : ResourcesChangedEventArgs -> unit
Parameters
- ResourcesChangedEventArgs
- The event args.
Remarks
This method will be called automatically by the framework, you should not need to call this method yourself.