Click or drag to resize

ClickAndFinishHandler Delegate

Signature of a click event that expects the provided finish delegate to be called when associated actions are completed.

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 ClickAndFinishHandler(
	Object sender,
	EventHandler clickFinished
)

Parameters

sender
Type: SystemObject
Event source.
clickFinished
Type: SystemEventHandler
Delegate for finish notication.
See Also