CefMenuModelDelegateExecuteCommand Method |
Perform the action associated with the specified |command_id| and
optional |event_flags|.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected abstract void ExecuteCommand(
CefMenuModel menuModel,
int commandId,
CefEventFlags eventFlags
)
Parameters
- menuModel CefMenuModel
-
- commandId Int32
-
- eventFlags CefEventFlags
-
See Also