C# Class FirstFloor.ModernUI.Commands.DelegateCommand

Inheritance: CommandExt
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

Méthode Description
DelegateCommand ( [ execute, Func canExecute = null, bool isAutomaticRequeryDisabled = false ) : System

Méthodes protégées

Méthode Description
CanExecuteOverride ( ) : bool
ExecuteOverride ( ) : void

Method Details

CanExecuteOverride() protected méthode

protected CanExecuteOverride ( ) : bool
Résultat bool

DelegateCommand() public méthode

public DelegateCommand ( [ execute, Func canExecute = null, bool isAutomaticRequeryDisabled = false ) : System
execute [
canExecute Func
isAutomaticRequeryDisabled bool
Résultat System

ExecuteOverride() protected méthode

protected ExecuteOverride ( ) : void
Résultat void