Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- JavaScript API Reference
- EO.Web
- EO.Web
- Objects
- Global Functions
- Global Functions
- eo_Callback
- eo_CancelBubble
- eo_CancelEvent
- eo_DateToString
- eo_FormatString
- eo_GetContainer
- eo_GetEventPos
- eo_GetNavigatorEventInfo
- eo_GetObject
- eo_HideAllPopups
- eo_MsgBox
- eo_RegisterDragTarget
- eo_SetComboBoxValue
- eo_ShowContextMenu
- eo_ShowPopup
- eo_ShowPopupCalendar
- eo_StringToDate
- eo_TriggerServerEvent
- eo_UnregisterDragTarget
- Event Handlers
- EO.WebEngine
- EO.Web
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