Click or drag to resize

TypedCollectionTOnInserting Method

Raises the Inserting 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 virtual void OnInserting(
	TypedCollectionEventArgs<T> e
)

Parameters

e
Type: Internal.ComponentFactory.Krypton.ToolkitTypedCollectionEventArgsT
A KryptonRibbonTabEventArgs instance containing event data.
See Also