Click or drag to resize

CefMenuModelDelegateExecuteCommand Method

Perform the action associated with the specified |command_id| and optional |event_flags|.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected abstract void ExecuteCommand(
	CefMenuModel menuModel,
	int commandId,
	CefEventFlags eventFlags
)

Parameters

menuModel  CefMenuModel
 
commandId  Int32
 
eventFlags  CefEventFlags
 
See Also