contextMenuCalendar method
void
contextMenuCalendar()
override
Implementation
@override
void contextMenuCalendar(
int ctxMenuId,
int ctxMenuCellRow,
int ctxMenuCellCol,
String dateBegin,
String dateEnd,
) => _invokeVoidIntIntIntStrStr(
"ContextMenu",
ctxMenuId,
ctxMenuCellRow,
ctxMenuCellCol,
dateBegin,
dateEnd,
);