BeforeFolderChangeData
If a script add-inimplements the OnBeforeFolderChange event, the method receives a BeforeFolderChangeData object before the new folder is read.
action
string
Returns a string indicating the action that triggered the folder read. The string will be one of the following: normal, refresh, refreshsearch, refreshsub, parent, root, back, forward, dblclk. The refreshsub actions means the folder (and sub-folders) are being refreshed while Flat View is on. The other action names should be self-explanatory.
initial
bool
Returns True if this is the first path to be read into this tab (i.e. previously the tab was empty).
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 If no qualifiers were down, the string will be: none
最后更新于