Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBox.EditChange Event

The edit control portion has changed.

Syntax

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

object

A SftBox object.

Comments

The EditChange event occurs when the edit control portion has changed.

Modifying the contents or the selected text in the edit control portion using Edit.Text or Edit.SelText should only be attempted if the DropDown.CharSearchMode property is set to charSearchModeSftBoxManual or charSearchModeSftBoxNone. When changing the contents, additional EditChange and EditUpdate events can occur.

The EditUpdate event occurs before the EditChange event.

See Also SftBox Object | Object Hierarchy


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