Table of Contents

Constructor RelayCommand

Namespace
Alternet.Common.Wpf
Assembly
Alternet.Common.Wpf.v10.dll

RelayCommand(Action)

Initializes a new instance of the LicenseDialog class that can always execute.

public RelayCommand(Action action)

Parameters

action Action

The execution logic.