Table of Contents

Interface IDoCommand

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

Allows to execute named command with parameters.

public interface IDoCommand

Methods

DoCommand(string, params object?[])

Executes a command with the specified name and parameters.