You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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 focused.

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

  • No labels