Fired when an item receives the focus
Member of Explorer (PRIM_DCBX)
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 |
The ItemGotFocus event is triggered when an item gets focus. Typically this happens when the user clicks on an item.
Using the ItemGotFocus event
Evtroutine Handling(#List.ItemGotFocus) Path(#Path) #Detailer.ShowPathDetails(#Path) Endroutine
Febuary 18 V14SP2