Click or drag to resize

RibbonRecentDocHandler 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 RibbonRecentDocHandler(
	Object sender,
	TypedCollectionEventArgs<KryptonRibbonRecentDoc> e
)

Parameters

sender  Object
 
e  TypedCollectionEventArgsKryptonRibbonRecentDoc
 
See Also