If a script add-in implements the OnListerUIChange event, the method receives a ListerUIChangeData object when various user interface elements are opened or closed in a Lister.
Property Name | Return Type | Description |
---|---|---|
string |
Returns a string indicating which UI element changed. This will equal one of the following strings: dual, tree, metapane, viewer, utility, duallayout, metapanelayout, viewerlayout, toolbars, toolbarset, toolbarsauto, minmax. |
|
object:Lister |
Returns a Lister object representing the Lister that is changing. |
|
string |
Returns a string indicating any qualifier keys that were held down by the user when the event was triggered. |