ILogical.

NotifyResourcesChanged(ResourcesChangedEventArgs) Method

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 ResourcesChangedEventArgs The event args.

Return Value

Type Description
void