ListerResizeData

If a script add-in implements the OnListerResize event, the method receives a ListerResizeData object whenever a Lister window is resized.

 

Property Name

Return Type

Description

action

string

Returns a string indicating the resize action that occurred. This will be one of the following strings: resize, minimize, maximize, restore.

width

int

Returns the new width of the Lister in pixels.

height

int

Returns the new height of the Lister in pixels.

lister

object:Lister 

Returns a Lister object representing the Lister that was resized.