C# 클래스 PeerCastStation.WPF.CoreSettings.SettingViewModel.CheckBandwidthCommand

상속: System.Windows.Input.ICommand, System.ComponentModel.INotifyPropertyChanged
파일 보기 프로젝트 열기: kumaryu/peercaststation

공개 메소드들

메소드 설명
CanExecute ( object parameter ) : bool
CheckBandwidthCommand ( SettingViewModel owner ) : System
Execute ( object parameter ) : void

비공개 메소드들

메소드 설명
OnPropertyChanged ( string name ) : void
SetCanExecute ( bool value ) : void
checker_BandwidthCheckCompleted ( object sender, BandwidthCheckCompletedEventArgs args ) : void

메소드 상세

CanExecute() 공개 메소드

public CanExecute ( object parameter ) : bool
parameter object
리턴 bool

CheckBandwidthCommand() 공개 메소드

public CheckBandwidthCommand ( SettingViewModel owner ) : System
owner SettingViewModel
리턴 System

Execute() 공개 메소드

public Execute ( object parameter ) : void
parameter object
리턴 void