Click or drag to resize

CefNavigationEntryVisitorVisit Method

Method that will be executed. Do not keep a reference to |entry| outside of this callback. Return true to continue visiting entries or false to stop. |current| is true if this entry is the currently loaded navigation entry. |index| is the 0-based index of this entry and |total| is the total number of entries.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected abstract bool Visit(
	CefNavigationEntry entry,
	bool current,
	int index,
	int total
)

Parameters

entry  CefNavigationEntry
 
current  Boolean
 
index  Int32
 
total  Int32
 

Return Value

Boolean
See Also