TabSheetBox.OnBeforeExpanderChanged

Syntax

Sub OnBeforeExpanderChanged(Sender: Object; Args: ITabBeforeExpanderChangedEventArgs);

Begin

//set of operators;

End Sub OnBeforeExpanderChanged;

Parameters

The Sender parameter returns the component that has generated the event.

The Args parameter enables you to determine event parameters.

Description

The OnBeforeExpanderChanged event occurs before changing expander state in a table cell.

See also:

TabSheetBox