Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

CEChange Event, SftTree Object

The contents of the edit control or combo box have changed (cell editing).

Deprecated - Provided for compatibility with earlier versions only - See Cell Editing - This event continues to be used with Internet Explorer as it does not support the new cell editing mechanisms introduced with SftTree/OCX 5.0.

Syntax

VB.NETPrivate Sub object_CEChange(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.CEChange
VBPrivate Sub object_CEChange(ByVal ItemIndex As Long, ByVal ColIndex As Integer, ByVal CurrString As String)
C#.NETvoid object_CEChange(object sender, EventArgumentType e);
VC++void OnCEChangeobject(long ItemIndex, short ColIndex, _bstr_t CurrString);
CHRESULT OnCEChangeobject(long ItemIndex, short ColIndex, BSTR CurrString);

object

A SftTree object.

ItemIndex

The zero-based index of the cell being edited.

ColIndex

The column number of the cell being edited.

CurrString

The text currently displayed by the edit control or combo box used for cell editing.

Comments

Deprecated - Provided for compatibility with earlier versions only - See Cell Editing - This event continues to be used with Internet Explorer as it does not support the new cell editing mechanisms introduced with SftTree/OCX 5.0.

The CEChange event occurs when the contents of the edit control or combo box have changed (cell editing).

This event is only available if the CellEventHandling property is set to True.

The tree control properties cannot be modified during this event. If the cell contents are modified, cell editing is terminated. Use the AfterEdit or PostEdit events to modify the cell contents.

See Also SftTree Object | Object Hierarchy


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.