C# Class Petzold.CommandTheButton.CommandTheButton

Inheritance: System.Windows.Window
Afficher le fichier Open project: kasicass/kasicass

Méthodes publiques

Méthode Description
CommandTheButton ( ) : System
PasteCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
PasteOnExecute ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void

Méthodes protégées

Méthode Description
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs args ) : void

Private Methods

Méthode Description
Main ( ) : void

Method Details

CommandTheButton() public méthode

public CommandTheButton ( ) : System
Résultat System

OnMouseDown() protected méthode

protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs args ) : void
args System.Windows.Input.MouseButtonEventArgs
Résultat void

PasteCanExecute() public méthode

public PasteCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
sender object
args System.Windows.Input.CanExecuteRoutedEventArgs
Résultat void

PasteOnExecute() public méthode

public PasteOnExecute ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
sender object
args System.Windows.Input.ExecutedRoutedEventArgs
Résultat void