Explorer - ItemGotFocus Event
Fired when an item receives the focus
Member of Explorer (PRIM_DCBX)
Parameters
Name |
Type |
Data Type |
Description |
Name |
*Input |
String |
The name of the selected item |
Path |
*Input |
String |
The path of the current item |
PathType |
*Input |
Enumeration |
The path type of the current item |
Details
The ItemGotFocus event is triggered when an item gets focus.
Typically this happens when the user clicks on an item.
Example
Using the ItemGotFocus event
Evtroutine Handling(#List.ItemGotFocus) Path(#Path)
#Detailer.ShowPathDetails(#Path)
Endroutine