Click or drag to resize

VisualControlBaseOnUserPreferenceChanged Method

Occurs when a user preference has changed.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual void OnUserPreferenceChanged(
	Object sender,
	UserPreferenceChangedEventArgs e
)

Parameters

sender
Type: SystemObject
Source of the event.
e
Type: Microsoft.Win32UserPreferenceChangedEventArgs
Event details.
See Also