INavigationEntryVisitorVisit Method |
Version 101.0.180
Method that will be executed.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.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