Click or drag to resize

CefClientOnProcessMessageReceived Method

Called when a new message is received from a different process. Return true if the message was handled or false otherwise. Do not keep a reference to or attempt to access the message outside of this callback.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual bool OnProcessMessageReceived(
	CefBrowser browser,
	CefProcessId sourceProcess,
	CefProcessMessage message
)

Parameters

browser
Type: Internal.Xilium.CefGlueCefBrowser
sourceProcess
Type: Internal.Xilium.CefGlueCefProcessId
message
Type: Internal.Xilium.CefGlueCefProcessMessage

Return Value

Type: Boolean
See Also