Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBox.EditUpdate Event

The edit control portion has changed and is about to be redrawn.

Syntax

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

object

A SftBox object.

Comments

The EditUpdate event occurs when the edit control portion has changed and is about to be redrawn.

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 EditChange event occurs after the EditUpdate event.

See Also SftBox Object | Object Hierarchy


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