If a script add-in implements the OnOpenLister event, the method receives an OpenListerData object when invoked when a new Lister opens.
Property Name |
Return Type |
Description |
---|---|---|
lister |
object:Lister |
Returns a Lister object representing the newly opened Lister. |
qualifiers |
string |
Returns a string indicating any qualifier keys that were held down by the user when the event was triggered. The string can contain any or all of the following: shift, ctrl, alt, lwin, rwin. |