Table of Contents

Interface IInvokeCommand

Namespace
H.Mvvm.Commands
Assembly
H.Mvvm.dll
public interface IInvokeCommand : ICommand
Inherited Members
Extension Methods

Properties

GroupName

string GroupName { get; set; }

Property Value

string

IsBusy

bool IsBusy { get; set; }

Property Value

bool

IsEnabled

bool IsEnabled { get; set; }

Property Value

bool

IsIndeterminate

bool IsIndeterminate { get; set; }

Property Value

bool

IsVisible

bool IsVisible { get; set; }

Property Value

bool

Message

string Message { get; set; }

Property Value

string

Name

string Name { get; set; }

Property Value

string

Percent

double Percent { get; set; }

Property Value

double