IFrameHandlerOnFrameCreated Method  | 
Version 93.1.111 
            Called when a new frame is created. This will be the first notification
            that references frame. Any commands that require transport to the
            associated renderer process (LoadRequest, SendProcessMessage, GetSource,
            etc.) will be queued until OnFrameAttached is called for frame.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxvoid OnFrameCreated(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser,
	IFrame frame
)
void OnFrameCreated(
	IWebBrowser^ chromiumWebBrowser, 
	IBrowser^ browser, 
	IFrame^ frame
)
Parameters
- chromiumWebBrowser
 - Type: CefSharpIWebBrowser
the ChromiumWebBrowser control - browser
 - Type: CefSharpIBrowser
the browser object - frame
 - Type: CefSharpIFrame
the frame object 
See Also