Class type Ext_grid_Panel.events


class type events = object .. end
Inherits
method beforereconfigure : 'a 'b.
(t Js.t ->
Ext_data_Store.t Js.t ->
'a Js.t Js.js_array Js.t ->
Ext_data_Store.t Js.t ->
Ext_grid_column_Column.t Js.js_array Js.t -> 'b Js.t -> unit)
Js.callback Js.writeonly_prop

Fires before a reconfigure to enable modification of incoming Store and columns.

Parameters:


method reconfigure : 'c 'd.
(t Js.t ->
Ext_data_Store.t Js.t ->
'c Js.t Js.js_array Js.t ->
Ext_data_Store.t Js.t ->
Ext_grid_column_Column.t Js.js_array Js.t -> 'd Js.t -> unit)
Js.callback Js.writeonly_prop

Fires after a reconfigure.

Parameters: