Click or drag to resize

TypedHandlerT Delegate

Delegate used for hooking into TypedCollection events.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public delegate void TypedHandler<T>(
	Object sender,
	TypedCollectionEventArgs<T> e
)
where T : class

Parameters

sender
Type: SystemObject
e
Type: Internal.ComponentFactory.Krypton.ToolkitTypedCollectionEventArgsT

Type Parameters

T
Type of the item inside the TypedCollection.
See Also