KaxListBoxReordering Event |
Occurs when item is reordered. Can be cancelled by setting the
Cancel property to
true.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public event KaxListBoxReorderingEventHandler Reordering
Public Event Reordering As KaxListBoxReorderingEventHandler
public:
event KaxListBoxReorderingEventHandler^ Reordering {
void add (KaxListBoxReorderingEventHandler^ value);
void remove (KaxListBoxReorderingEventHandler^ value);
}
member Reordering : IEvent<KaxListBoxReorderingEventHandler,
KaxListBoxReorderingEventArgs>
Value
Type:
Kettic.AspNet.ControlsKaxListBoxReorderingEventHandlerSee Also