Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ItemDeleted Event, SftTree Object

An item is about to be deleted.

Syntax

VB.NETPrivate Sub object_ItemDeleted(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.ItemDeleted
VBPrivate Sub object_ItemDeleted(ByVal ItemIndex As Long)
C#.NETvoid object_ItemDeleted(object sender, EventArgumentType e);
VC++void OnItemDeletedobject(long ItemIndex);
CHRESULT OnItemDeletedobject(long ItemIndex);

object

A SftTree object.

ItemIndex

The zero-based index of the item being deleted.

Comments

The ItemDeleted event occurs when an item is about to be deleted.

This event can be used to perform application-specific cleanup processing as items are deleted. If data is attached to items using the Item.Data or Cell.Data properties, this event can be used to perform the necessary cleanup action, which may be required by the application.

The ItemDeleted event is generated each time an item is deleted.

No items or cells may be modified, inserted or deleted while this event is handled.

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.