Click or drag to resize

VisualContainerControlBaseOnUserPreferenceChanged Method

Occurs when a user preference has changed.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.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