Click or drag to resize

AppButtonMenuProviderOnClosing Method

Fires the Closing event.

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#
public void OnClosing(
	CancelEventArgs cea
)

Parameters

cea  CancelEventArgs
An CancelEventArgs containing the event data.

Implements

IContextMenuProviderOnClosing(CancelEventArgs)
See Also