OnClientFocus Property (C1Menu)
Triggered when a menu item gets the focus, either when the mouse is used to hover over it (on hover) or when the cursor keys are used on the keyboard (navigation with cursor key) focus.
public System.string OnClientFocus {get; set;}
'Declaration
Public Property OnClientFocus As System.String