Table of Contents

Method Execute

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

Execute(string, object?)

Executes the command.

public virtual void Execute(string name, object? parameter = null)

Parameters

name string

Command name.

parameter object

A parameter that may be used when the command is executed. This parameter may be ignored by some implementations.