Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBox.ColumnsReordered Event

The user is reordering the columns.

Syntax

VB.NETPrivate Sub object_ColumnsReordered(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.ColumnsReordered
VBPrivate Sub object_ColumnsReordered()
C#.NETvoid object_ColumnsReordered(object sender, EventArgumentType e);
VC++void OnColumnsReorderedobject();
CHRESULT OnColumnsReorderedobject();

object

A SftBox object.

Comments

The ColumnsReordered event occurs when the user is reordering the columns.

Column reordering is enabled using the Headers.Reorderable property. Individual columns can be prevented from being reordered by using the Header.Locked property.

The ColumnsReordered event is an informational event. The combo box should not be updated in any way while handling this event.

See Also SftBox Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.