C# Class Microsoft.Samples.KMoore.WPFSamples.Zap.FirstPreviousNextLastCommand

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

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
FirstPreviousNextLastCommand ( ZapScroller owner, ZapCommandType type ) : System

Méthodes protégées

Méthode Description
OnCanExecuteChanged ( EventArgs e ) : void
OnPropertyChanged ( PropertyChangedEventArgs e ) : void

Private Methods

Méthode Description
_owner_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
resetExecute ( ) : void

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

FirstPreviousNextLastCommand() public méthode

public FirstPreviousNextLastCommand ( ZapScroller owner, ZapCommandType type ) : System
owner ZapScroller
type ZapCommandType
Résultat System

OnCanExecuteChanged() protected méthode

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

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs
Résultat void