Method AddBusyAction
AddBusyAction(Func<string, Action, ListControlItem>, string, Action)
Adds "heavy" Action to the VirtualListBox. When action executes, application's cursor is changed to the "busy" cursor.
public static ListControlItem AddBusyAction(Func<string, Action, ListControlItem> onAddAction, string title, Action action)
Parameters
onAddAction
Func<string, Action, ListControlItem>Function which is called when action is added.
title
stringAction title.
action
ActionAction method.
Returns
AddBusyAction(string, Action)
Adds "heavy" Action to the ActionsListBox. When action executes, application's cursor is changed to the "busy" cursor.
public virtual ListControlItem AddBusyAction(string title, Action action)