C# Class PeerCastStation.WPF.CoreSettings.SettingViewModel.CheckBandwidthCommand

Inheritance: System.Windows.Input.ICommand, System.ComponentModel.INotifyPropertyChanged
Mostrar archivo Open project: kumaryu/peercaststation

Public Methods

Method Description
CanExecute ( object parameter ) : bool
CheckBandwidthCommand ( SettingViewModel owner ) : System
Execute ( object parameter ) : void

Private Methods

Method Description
OnPropertyChanged ( string name ) : void
SetCanExecute ( bool value ) : void
checker_BandwidthCheckCompleted ( object sender, BandwidthCheckCompletedEventArgs args ) : void

Method Details

CanExecute() public method

public CanExecute ( object parameter ) : bool
parameter object
return bool

CheckBandwidthCommand() public method

public CheckBandwidthCommand ( SettingViewModel owner ) : System
owner SettingViewModel
return System

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void