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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual bool OnProcessMessageReceived(
	CefBrowser browser,
	CefProcessId sourceProcess,
	CefProcessMessage message
)

Parameters

browser  CefBrowser
 
sourceProcess  CefProcessId
 
message  CefProcessMessage
 

Return Value

Boolean
See Also