IStyleHost.

StylesRemoved(IReadOnlyList<IStyle>) Method

Summary

Called when styles are removed from Styles or a nested styles collection.
Namespace
Avalonia.Styling
Containing Type
IStyleHost

Syntax

void StylesRemoved(IReadOnlyList<IStyle> styles)

Parameters

Name Type Description
styles IReadOnlyList<IStyle> The removed styles.

Return Value

Type Description
void