Table of Contents

Class DisplayCommand

Namespace
H.Mvvm
Assembly
H.Mvvm.dll
public class DisplayCommand : RelayCommand, ICommand, IDisplayCommand, INotifyPropertyChanged
Inheritance
DisplayCommand
Implements
Inherited Members
Extension Methods

Constructors

DisplayCommand(Action<object>)

public DisplayCommand(Action<object> action)

Parameters

action Action<object>

DisplayCommand(Action<object>, Predicate<object>)

public DisplayCommand(Action<object> execute, Predicate<object> canExecute)

Parameters

execute Action<object>
canExecute Predicate<object>

Properties

Description

[JsonIgnore]
[Browsable(false)]
public virtual string Description { get; set; }

Property Value

string

GroupName

[JsonIgnore]
[Browsable(false)]
public string GroupName { get; set; }

Property Value

string

Icon

[JsonIgnore]
[Browsable(false)]
public string Icon { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Order

[JsonIgnore]
[Browsable(false)]
public virtual int Order { get; set; }

Property Value

int

Methods

RaisePropertyChanged(string)

public void RaisePropertyChanged(string propertyName = "")

Parameters

propertyName string

Events

PropertyChanged

Occurs when a property value changes.

public event PropertyChangedEventHandler PropertyChanged

Event Type

PropertyChangedEventHandler