eo_GetNavigatorEventInfo Function

Returns the most recent navigator event info.

Syntax
JavaScript
 function eo_GetNavigatorEventInfo()

Return Value

A NavigatorEventInfo object through which you can access information about the most recent navigation control event.

Remarks

EO.Web maintains a NavigatorEventInfo object that contains information relevant to the most recent navigation control event. You can use this function in one of your client side event handler to retrieve information about the most recent navigation control event.

See Also