SftBox/OCX 4.5

SftBox.ItemCollapsed Event

Softel vdm, Inc.

An item has been collapsed.

Syntax       

VB.NET

Private Sub object_ItemCollapsed(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.ItemCollapsed

VB

Private Sub object_ItemCollapsed(ByVal ItemIndex As Long)

C#.NET

void object_ItemCollapsed(object sender, EventArgumentType e);

VC++

void OnItemCollapsedobject(long ItemIndex);

C

HRESULT OnItemCollapsedobject(long ItemIndex);

Delphi

procedure objectItemCollapsed(Sender: TObject; ItemIndex : Integer);

object

A SftBox object.

ItemIndex

The zero-based index of the item being collapsed.

Comments

The ItemCollapsed event occurs when an item has been collapsed.

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


Feedback / comments / error reports for this topic
© 2008 - Softel vdm, Inc. - www.softelvdm.com