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
onAddActionFunc<string, Action, ListControlItem>Function which is called when action is added.
titlestringAction title.
actionActionAction 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)