Table of Contents

Property InputBindingCommandExecuted

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

InputBindingCommandExecuted

Gets or sets action which is called when command specified in the input bindings is executed.

public Action<HandledEventArgs<string>>? InputBindingCommandExecuted { get; set; }

Property Value

Action<HandledEventArgs<string>>