TabSheet.StyleChanged

Syntax

StyleChanged: function (sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: newValue - an object of PP.Ui.TabSheetCellStyle type that contains information on the new cell style, oldValue - an array of JSON objects that contain information on previous styles.

Description

The StyleChanged event is fired after changing the table style.

Example

The example of event use is given on the page with description of the TabSheet.resetCoord method.

Seebsp;also:

TabSheet