Click or drag to resize
KaxListBoxDroppingEventHandler Delegate
Represents the method that handles the Dropping event of the KaxListBox control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public delegate void KaxListBoxDroppingEventHandler(
	Object sender,
	KaxListBoxDroppingEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Kettic.AspNet.ControlsKaxListBoxDroppingEventArgs
See Also