Hide

SftOptions 1.0 - ActiveX Options Control

Display
Print

SftOptions.SelectionChange Event

A new entry is selected.

Syntax

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

object

A SftOptions object.

Comments

The SelectionChange event occurs when a new entry is selected.

The currently selected (or active) entry has changed. The newly selected entry can be retrieved using the CurrentEntry property.

This event occurs every time the selected entry is changed.

This event could be used to update a status bar with the contents of the StatusBarHelp property.

See Also SftOptions Object | Object Hierarchy


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