FrameLoadStartEventArgs Constructor |
Version 130.1.90
Creates a new FrameLoadStart event args
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public FrameLoadStartEventArgs(
IBrowser browser,
IFrame frame,
TransitionType transitionType
)
public:
FrameLoadStartEventArgs(
IBrowser^ browser,
IFrame^ frame,
TransitionType transitionType
)
Parameters
- browser IBrowser
- browser
- frame IFrame
- frame
- transitionType TransitionType
- provides information about the source of the navigation and an accurate value is only
available in the browser process
See Also