contextMenuCalendar method

  1. @override
void contextMenuCalendar(
  1. int ctxMenuId,
  2. int ctxMenuCellRow,
  3. int ctxMenuCellCol,
  4. String dateBegin,
  5. String dateEnd,
)
override

Implementation

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