INavigationEntryVisitorVisit Method |
Version 55.0.0
Method that will be executed.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax bool 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