Click or drag to resize

RibbonContextHandler Delegate

Delegate used for hooking into a KryptonRibbonContext typed collection.

Namespace:  Internal.ComponentFactory.Krypton.Ribbon
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public delegate void RibbonContextHandler(
	Object sender,
	TypedCollectionEventArgs<KryptonRibbonContext> e
)

Parameters

sender
Type: SystemObject
e
Type: Internal.ComponentFactory.Krypton.ToolkitTypedCollectionEventArgsKryptonRibbonContext
See Also