C# Class Microsoft.Samples.KMoore.WPFSamples.ListPager.UIListPagerCommand

Inheritance: ICommand
Mostra file Open project: daszat/zetbox Class Usage Examples

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
ToString ( ) : string

Protected Methods

Method Description
OnCanExecuteChanged ( EventArgs e ) : void

Private Methods

Method Description
UIListPagerCommand ( UIListPager ulp, UIListPagerCommandType type, int pageNumber ) : System
_pager_PropertyChanged ( object sender, EventArgs e ) : void
canExecute ( ) : bool

Method Details

CanExecute() public method

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

Execute() public method

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

OnCanExecuteChanged() protected method

protected OnCanExecuteChanged ( EventArgs e ) : void
e System.EventArgs
return void

ToString() public method

public ToString ( ) : string
return string