Table of Contents

Method Execute

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

Execute(object?)

Defines the method that should be called when the command is executed.

void Execute(object? parameter = null)

Parameters

parameter object

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