Click or drag to resize

KryptonContextMenuCollectionOnRemoving Method

Raises the Removing event.

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 override void OnRemoving(
	TypedCollectionEventArgs<KryptonContextMenuItemBase> e
)

Parameters

e
Type: Internal.ComponentFactory.Krypton.ToolkitTypedCollectionEventArgsKryptonContextMenuItemBase
A TypedCollectionEventArgs instance containing event data.
See Also