Table of Contents

Method Execute

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

Execute(object?)

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

public virtual void Execute(object? parameter)

Parameters

parameter object

A parameter that may be used in executing the command. This parameter may be ignored by some implementations.