INavigationEntryVisitorVisit Method  | 
Version 118.6.80 
            Method that will be executed.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntaxbool Visit(
	NavigationEntry entry,
	bool current,
	int index,
	int total
)
bool Visit(
	NavigationEntry^ entry, 
	bool current, 
	int index, 
	int total
)
Parameters
- entry
 - Type: CefSharpNavigationEntry
if the navigationEntry will be invalid then  - current
 - Type: SystemBoolean
is true if this entry is the currently loaded navigation entry - index
 - Type: SystemInt32
is the 0-based index of this entry - total
 - Type: SystemInt32
is the total number of entries. 
Return Value
Type: 
BooleanReturn true to continue visiting entries or false to stop.
See Also