Click or drag to resize
KaxListBoxReorderingEventHandler Delegate
Represents the method that handles the Reordering 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 KaxListBoxReorderingEventHandler(
	Object sender,
	KaxListBoxReorderingEventArgs e
)

Parameters

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