Top Method Summary
Options Name Purpose
AddRequestCallbackHandler (ICefBrowserRequestCallbackService) Allows to inject an ICefBrowserRequestCallbackService
CancelLoad () Cancels loading the page
ChromiumWebBrowser_AddressChanged (Object, AddressChangedEventArgs) Handler method for the browsers AddressChanged event
ChromiumWebBrowser_ConsoleMessage (Object, ConsoleMessageEventArgs) Handler method for the browsers ConsoleMessage event
ChromiumWebBrowser_FrameLoadEnd (Object, FrameLoadEndEventArgs) Handler method for the browsers FrameLoadEnd event
ChromiumWebBrowser_FrameLoadStart (Object, FrameLoadStartEventArgs) Handler method for the browsers FrameLoadStart event
ChromiumWebBrowser_IsBrowserInitializedChanged (Object, EventArgs) Handler method for the browsers IsBrowserInitializedChanges
ChromiumWebBrowser_JavascriptMessageReceived (Object, JavascriptMessageReceivedEventArgs) Handler method for the browsers JavascriptMessageReceived event
ChromiumWebBrowser_LoadError (Object, LoadErrorEventArgs) Handler method for the browsers LoadError event
ChromiumWebBrowser_LoadingStateChanged (Object, LoadingStateChangedEventArgs) Handler method for the browsers LoadingStateChanged event
ChromiumWebBrowser_StatusMessage (Object, StatusMessageEventArgs) Handler method for the browsers StatusMessage event
ChromiumWebBrowser_TitleChanged (Object, TitleChangedEventArgs) Handler method for the browsers TitleChanged event
CefSharp.JavascriptResponse ExecuteScript (character, character, integer, character) Executes JavaScript code in a frame of the forms browser
InitializeComponent () Initializes the Visual Design
NavigateBack () Navigates to the previous page
NavigateForward () Navigates to the next page
NavigateTo (character) Navigate the browser to a different page
OnAddressChanged (AddressChangedEventArgs) Raises the AddressChanged event
OnCancelEnabledChanged (EventArgs) Raises the CancelEnabledChanged event
OnConsoleMessage (ConsoleMessageEventArgs) Raises the ConsoleMessage event
OnFrameLoadEnd (FrameLoadEndEventArgs) Raises the FrameLoadEnd event
OnFrameLoadStart (FrameLoadStartEventArgs) Raises the FrameLoadStart event
OnIsBrowserInitializedChanged (EventArgs) Raises the IsBrowserInitializedChanged event
OnJavascriptMessageReceived (JavascriptMessageReceivedEventArgs) Raises the JavascriptMessageReceived event
OnLoadError (LoadErrorEventArgs) Raises the LoadError event
OnLoadingStateChanged (LoadingStateChangedEventArgs) Raises the LoadingStateChanged event
OnNavigateBackEnabledChanged (EventArgs) Raises the NavigateBackEnabledChanged event
OnNavigateForwardEnabledChanged (EventArgs) Raises the NavigateForwardEnabledChanged event
OnStatusMessage (StatusMessageEventArgs) Raises the StatusMessage event
OnTitleChanged (TitleChangedEventArgs) Raises the TitleChanged event
ParentFormDestroyedHandler (Object, EventArgs) Event handler for the Destroyed event of the parent form
Reload () Reloads the web page
ShowDevTools () Shows the developer tools

Top Constructor Summary
Options Name Purpose
BrowserControl () Constructor for the BrowserControl class

Top Event Summary
Options Name Purpose
AddressChanged (Object, AddressChangedEventArgs) Event to republish the event of the same name of the browser
CancelEnabledChanged DELEGATE System.EventHandler Published when the CancelEnabled property is changed
ConsoleMessage (Object, ConsoleMessageEventArgs) Event to republish the event of the same name of the browser
FrameLoadEnd (Object, FrameLoadEndEventArgs) Event to republish the event of the same name of the browser
FrameLoadStart (Object, FrameLoadStartEventArgs) Event to republish the event of the same name of the browser
IsBrowserInitializedChanged DELEGATE System.EventHandler Event to republish the event of the same name of the browser
JavascriptMessageReceived (Object, JavascriptMessageReceivedEventArgs) Event to republish the event of the same name of the browser
LoadError (Object, LoadErrorEventArgs) Event to republish the event of the same name of the browser
LoadingStateChanged (Object, LoadingStateChangedEventArgs) Event to republish the event of the same name of the browser
NavigateBackEnabledChanged DELEGATE System.EventHandler Published when the NavigateBackEnabled property is changed
NavigateForwardEnabledChanged DELEGATE System.EventHandler Published when the NavigateForwardEnabled property is changed
StatusMessage (Object, StatusMessageEventArgs) Event to republish the event of the same name of the browser
TitleChanged (Object, TitleChangedEventArgs) Event to republish the event of the same name of the browser

Top Property Summary
Options Name Purpose
LOGICAL CancelEnabled
CefSharp.WinForms.ChromiumWebBrowser ChromiumWebBrowser
LOGICAL NavigateBackEnabled
LOGICAL NavigateForwardEnabled
CHARACTER Title
CHARACTER Url


Method Detail
Top

AddRequestCallbackHandler (ICefBrowserRequestCallbackService)

Purpose: Allows to inject an ICefBrowserRequestCallbackService
Notes:

Parameters:
poRequestHandler Consultingwerk.Windows.CefBrowser.ICefBrowserRequestCallbackService
The ICefBrowserRequestCallbackService instance
Top

CancelLoad ()

Purpose: Cancels loading the page
Notes:

Top

ChromiumWebBrowser_AddressChanged (Object, AddressChangedEventArgs)

Purpose: Handler method for the browsers AddressChanged event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.AddressChangedEventArgs
The AddressChangedEventArgs with the data for this event
Top

ChromiumWebBrowser_ConsoleMessage (Object, ConsoleMessageEventArgs)

Purpose: Handler method for the browsers ConsoleMessage event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.ConsoleMessageEventArgs
The ConsoleMessageEventArgs with the data for this event
Top

ChromiumWebBrowser_FrameLoadEnd (Object, FrameLoadEndEventArgs)

Purpose: Handler method for the browsers FrameLoadEnd event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.FrameLoadEndEventArgs
The FrameLoadEndEventArgs with the data for this event
Top

ChromiumWebBrowser_FrameLoadStart (Object, FrameLoadStartEventArgs)

Purpose: Handler method for the browsers FrameLoadStart event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.FrameLoadStartEventArgs
The FrameLoadStartEventArgs with the data for this event
Top

ChromiumWebBrowser_IsBrowserInitializedChanged (Object, EventArgs)

Purpose: Handler method for the browsers IsBrowserInitializedChanges
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

ChromiumWebBrowser_JavascriptMessageReceived (Object, JavascriptMessageReceivedEventArgs)

Purpose: Handler method for the browsers JavascriptMessageReceived event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.JavascriptMessageReceivedEventArgs
The JavascriptMessageReceivedEventArgs with the data for this event
Top

ChromiumWebBrowser_LoadError (Object, LoadErrorEventArgs)

Purpose: Handler method for the browsers LoadError event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.LoadErrorEventArgs
The LoadErrorEventArgs with the data for this event
Top

ChromiumWebBrowser_LoadingStateChanged (Object, LoadingStateChangedEventArgs)

Purpose: Handler method for the browsers LoadingStateChanged event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.LoadingStateChangedEventArgs
The LoadingStateChangedEventArgs with the data for this event
Top

ChromiumWebBrowser_StatusMessage (Object, StatusMessageEventArgs)

Purpose: Handler method for the browsers StatusMessage event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.StatusMessageEventArgs
The StatusMessageEventArgs with the data for this event
Top

ChromiumWebBrowser_TitleChanged (Object, TitleChangedEventArgs)

Purpose: Handler method for the browsers TitleChanged event
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.TitleChangedEventArgs
The TitleChangedEventArgs with the data for this event
Top

CefSharp.JavascriptResponse ExecuteScript (character, character, integer, character)

Purpose: Executes JavaScript code in a frame of the forms browser
Notes:

Parameters:
pcScript CHARACTER
The Javascript code that should be executed.
pcUrl CHARACTER
The URL where the script in question can be found, if any.
piLine INTEGER
The base line number to use for error reporting.
pcFrame CHARACTER
The Frame the script is executed in (? for main-frame).
Returns CefSharp.JavascriptResponse
The JavascriptResponse with the return value if it exists.
Top

InitializeComponent ()

Purpose: Initializes the Visual Design
Notes:

Top

NavigateBack ()

Purpose: Navigates to the previous page
Notes:

Top

NavigateForward ()

Purpose: Navigates to the next page
Notes:

Top

NavigateTo (character)

Purpose: Navigate the browser to a different page
Notes:

Parameters:
pcUrl CHARACTER
The url of the page to navigate to
Top

OnAddressChanged (AddressChangedEventArgs)

Purpose: Raises the AddressChanged event
Notes:

Parameters:
e CefSharp.AddressChangedEventArgs
The AddressChangedEventArgs with the data for this event
Top

OnCancelEnabledChanged (EventArgs)

Purpose: Raises the CancelEnabledChanged event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

OnConsoleMessage (ConsoleMessageEventArgs)

Purpose: Raises the ConsoleMessage event
Notes:

Parameters:
e CefSharp.ConsoleMessageEventArgs
The ConsoleMessageEventArgs with the data for this event
Top

OnFrameLoadEnd (FrameLoadEndEventArgs)

Purpose: Raises the FrameLoadEnd event
Notes:

Parameters:
e CefSharp.FrameLoadEndEventArgs
The FrameLoadEndEventArgs with the data for this event
Top

OnFrameLoadStart (FrameLoadStartEventArgs)

Purpose: Raises the FrameLoadStart event
Notes:

Parameters:
e CefSharp.FrameLoadStartEventArgs
The FrameLoadStartEventArgs with the data for this event
Top

OnIsBrowserInitializedChanged (EventArgs)

Purpose: Raises the IsBrowserInitializedChanged event
Notes:

Parameters:
e System.EventArgs
The FrameLoadStartEventArgs with the data for this event
Top

OnJavascriptMessageReceived (JavascriptMessageReceivedEventArgs)

Purpose: Raises the JavascriptMessageReceived event
Notes:

Parameters:
e CefSharp.JavascriptMessageReceivedEventArgs
The JavascriptMessageReceivedEventArgs with the data for this event
Top

OnLoadError (LoadErrorEventArgs)

Purpose: Raises the LoadError event
Notes:

Parameters:
e CefSharp.LoadErrorEventArgs
The LoadErrorEventArgs with the data for this event
Top

OnLoadingStateChanged (LoadingStateChangedEventArgs)

Purpose: Raises the LoadingStateChanged event
Notes:

Parameters:
e CefSharp.LoadingStateChangedEventArgs
The LoadingStateChangedEventArgs with the data for this event
Top

OnNavigateBackEnabledChanged (EventArgs)

Purpose: Raises the NavigateBackEnabledChanged event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

OnNavigateForwardEnabledChanged (EventArgs)

Purpose: Raises the NavigateForwardEnabledChanged event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

OnStatusMessage (StatusMessageEventArgs)

Purpose: Raises the StatusMessage event
Notes:

Parameters:
e CefSharp.StatusMessageEventArgs
The StatusMessageEventArgs with the data for this event
Top

OnTitleChanged (TitleChangedEventArgs)

Purpose: Raises the TitleChanged event
Notes:

Parameters:
e CefSharp.TitleChangedEventArgs
The TitleChangedEventArgs with the data for this event
Top

ParentFormDestroyedHandler (Object, EventArgs)

Purpose: Event handler for the Destroyed event of the parent form
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

Reload ()

Purpose: Reloads the web page
Notes:

Top

ShowDevTools ()

Purpose: Shows the developer tools
Notes:



Constructor Detail
Top

BrowserControl ()

Purpose: Constructor for the BrowserControl class
Notes:



Event Detail
Top

AddressChanged (Object, AddressChangedEventArgs)

Purpose: Event to republish the event of the same name of the browser
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.AddressChangedEventArgs
The AddressChangedEventArgs with the data for this event
Top

CancelEnabledChanged DELEGATE System.EventHandler

Purpose: Published when the CancelEnabled property is changed
Notes:

Delegate: System.EventHandler
Top

ConsoleMessage (Object, ConsoleMessageEventArgs)

Purpose: Event to republish the event of the same name of the browser
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.ConsoleMessageEventArgs
The ConsoleMessageEventArgs with the data for this event
Top

FrameLoadEnd (Object, FrameLoadEndEventArgs)

Purpose: Event to republish the event of the same name of the browser
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.FrameLoadEndEventArgs
The FrameLoadEndEventArgs with the data for this event
Top

FrameLoadStart (Object, FrameLoadStartEventArgs)

Purpose: Event to republish the event of the same name of the browser
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.FrameLoadStartEventArgs
The FrameLoadStartEventArgs with the data for this event
Top

IsBrowserInitializedChanged DELEGATE System.EventHandler

Purpose: Event to republish the event of the same name of the browser
Notes:

Delegate: System.EventHandler
Top

JavascriptMessageReceived (Object, JavascriptMessageReceivedEventArgs)

Purpose: Event to republish the event of the same name of the browser
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.JavascriptMessageReceivedEventArgs
The JavascriptMessageReceivedEventArgs with the data for this event
Top

LoadError (Object, LoadErrorEventArgs)

Purpose: Event to republish the event of the same name of the browser
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.LoadErrorEventArgs
The LoadErrorEventArgs with the data for this event
Top

LoadingStateChanged (Object, LoadingStateChangedEventArgs)

Purpose: Event to republish the event of the same name of the browser
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.LoadingStateChangedEventArgs
The LoadingStateChangedEventArgs with the data for this event
Top

NavigateBackEnabledChanged DELEGATE System.EventHandler

Purpose: Published when the NavigateBackEnabled property is changed
Notes:

Delegate: System.EventHandler
Top

NavigateForwardEnabledChanged DELEGATE System.EventHandler

Purpose: Published when the NavigateForwardEnabled property is changed
Notes:

Delegate: System.EventHandler
Top

StatusMessage (Object, StatusMessageEventArgs)

Purpose: Event to republish the event of the same name of the browser
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.StatusMessageEventArgs
The StatusMessageEventArgs with the data for this event
Top

TitleChanged (Object, TitleChangedEventArgs)

Purpose: Event to republish the event of the same name of the browser
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e CefSharp.TitleChangedEventArgs
The TitleChangedEventArgs with the data for this event


Property Detail
Top

LOGICAL CancelEnabled


Returns LOGICAL
Top

CefSharp.WinForms.ChromiumWebBrowser ChromiumWebBrowser


Returns CefSharp.WinForms.ChromiumWebBrowser
Top

LOGICAL NavigateBackEnabled


Returns LOGICAL
Top

LOGICAL NavigateForwardEnabled


Returns LOGICAL
Top

CHARACTER Title


Returns CHARACTER
Top

CHARACTER Url


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:14:12