Explorer - ItemGotFocus Event

Fired when an item receives the focus

Member of Explorer (PRIM_DCBX)

Parameters

NameTypeData TypeDescription
Name*InputStringThe name of the selected item
Path*InputStringThe path of the current item
PathType*InputEnumerationThe 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

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2