KryptonRibbonQATButtonOnCommandPropertyChanged Method |
Handles a change in the property of an attached command.
Namespace: Internal.ComponentFactory.Krypton.RibbonAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected 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