StyledElement.

NotifyChildResourcesChanged(ResourcesChangedEventArgs) Method

Summary

Notifies child controls that a change has been made to resources that apply to them.
Namespace
Avalonia
Containing Type
StyledElement

Syntax

protected virtual void NotifyChildResourcesChanged(ResourcesChangedEventArgs e)

Parameters

Name Type Description
e ResourcesChangedEventArgs The event args.

Return Value

Type Description
void