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

Inheritance: System.Windows.DependencyObject, ICommand, INotifyPropertyChanged
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Свойство Type Description
ContentProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
ToString ( ) : string
ZapCommandItem ( ZapScroller zapScroller, int index ) : System

Méthodes protégées

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

Private Methods

Méthode Description
_zapScroller_PropertyChanged ( object sender, PropertyChangedEventArgs 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

OnPropertyChanged() protected méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

ZapCommandItem() public méthode

public ZapCommandItem ( ZapScroller zapScroller, int index ) : System
zapScroller ZapScroller
index int
Résultat System

Property Details

ContentProperty public_oe static_oe property

public static DependencyProperty,System.Windows ContentProperty
Résultat System.Windows.DependencyProperty