Table of Contents

Method AddSimpleAction

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

AddSimpleAction(string, Action)

Adds simple named action which can be used for any purpose.

void AddSimpleAction(string name, Action action)

Parameters

name string

Action name.

action Action

Action method.