StyleChanged: function (sender, args);
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.
The StyleChanged event is fired after changing the table style.
The example of event use is given on the page with description of the TabSheet.resetCoord method.
Seebsp;also: