C# 클래스 Tag.Neuron.Xamarin.UI.Extensions.CommandExtensions

Helper/convenience methods for the ICommand.
파일 보기 프로젝트 열기: Trust-Anchor-Group/IdApp

공개 메소드들

메소드 설명
ChangeCanExecute ( ICommand command ) : void

Calls the Command.ChangeCanExecute method on the given ICommand, given that it is a Command.

Execute ( ICommand command ) : void

Calls the ICommand.Execute method with a null argument, given that the command can be executed (ICommand.CanExecute).

메소드 상세

ChangeCanExecute() 공개 정적인 메소드

Calls the Command.ChangeCanExecute method on the given ICommand, given that it is a Command.
public static ChangeCanExecute ( ICommand command ) : void
command ICommand
리턴 void

Execute() 공개 정적인 메소드

Calls the ICommand.Execute method with a null argument, given that the command can be executed (ICommand.CanExecute).
public static Execute ( ICommand command ) : void
command ICommand
리턴 void