Table of Contents

Interface IInternalCommand

Namespace
The.WPF.Screens
Assembly
Instagile.WPF.dll
public interface IInternalCommand : INotifyPropertyChanged
Inherited Members
Extension Methods

Properties

Command

ICommand Command { get; }

Property Value

ICommand

IsDefault

bool IsDefault { get; set; }

Property Value

bool

IsEnabled

bool IsEnabled { get; set; }

Property Value

bool

IsVisible

bool IsVisible { get; set; }

Property Value

bool

Name

string Name { get; set; }

Property Value

string