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