Click or drag to resize

KryptonRibbonQATButtonOnCommandPropertyChanged Method

Handles a change in the property of an attached command.

Namespace: Internal.ComponentFactory.Krypton.Ribbon
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual void OnCommandPropertyChanged(
	Object sender,
	PropertyChangedEventArgs e
)

Parameters

sender  Object
Source of the event.
e  PropertyChangedEventArgs
A PropertyChangedEventArgs that contains the event data.
See Also