ColorValuesChanged Event
Raises when current system color values are changed. Including changing of a dark mode and accent colors.
Definition
Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
event EventHandler<PlatformColorValues> ColorValuesChanged
Event ColorValuesChanged As EventHandler(Of PlatformColorValues)
abstract ColorValuesChanged : IEvent<EventHandler<PlatformColorValues>,
PlatformColorValues>
Value
EventHandler(PlatformColorValues)