Table of Contents

Method GetSimpleActions

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetSimpleActions()

Gets list of simple actions which were previously added with AddSimpleAction(string, Action).

IEnumerable<(string, Action)>? GetSimpleActions()

Returns

IEnumerable<(string, Action)>

null if no actions were added; list of actions otherwise.