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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public delegate void RibbonContextHandler(
	Object sender,
	TypedCollectionEventArgs<KryptonRibbonContext> e
)

Parameters

sender  Object
 
e  TypedCollectionEventArgsKryptonRibbonContext
 
See Also