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

Inheritance: ICommand
Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
OnCanExecuteChanged ( EventArgs e ) : void

Private Methods

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

Method Details

CanExecute() public méthode

public CanExecute ( object parameter ) : bool
parameter object
Résultat bool

Execute() public méthode

public Execute ( object parameter ) : void
parameter object
Résultat void

OnCanExecuteChanged() protected méthode

protected OnCanExecuteChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string