INavigationEntryVisitorVisit Method |
Version 130.1.90
Method that will be executed.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax bool Visit(
NavigationEntry entry,
bool current,
int index,
int total
)
bool Visit(
NavigationEntry^ entry,
bool current,
int index,
int total
)
Parameters
- entry NavigationEntry
- if the navigationEntry will be invalid then
- current Boolean
- is true if this entry is the currently loaded navigation entry
- index Int32
- is the 0-based index of this entry
- total Int32
- is the total number of entries.
Return Value
BooleanReturn true to continue visiting entries or false to stop.
See Also