C# Class FirstFloor.ModernUI.Commands.DelegateCommand

Inheritance: CommandExt
Mostrar archivo Open project: gro-ove/actools Class Usage Examples

Public Methods

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

Protected Methods

Method Description
CanExecuteOverride ( ) : bool
ExecuteOverride ( ) : void

Method Details

CanExecuteOverride() protected method

protected CanExecuteOverride ( ) : bool
return bool

DelegateCommand() public method

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

ExecuteOverride() protected method

protected ExecuteOverride ( ) : void
return void