C# Class Petzold.CommandTheButton.CommandTheButton

Inheritance: System.Windows.Window
ファイルを表示 Open project: kasicass/kasicass

Public Methods

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

Protected Methods

Method Description
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs args ) : void

Private Methods

Method Description
Main ( ) : void

Method Details

CommandTheButton() public method

public CommandTheButton ( ) : System
return System

OnMouseDown() protected method

protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs args ) : void
args System.Windows.Input.MouseButtonEventArgs
return void

PasteCanExecute() public method

public PasteCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
sender object
args System.Windows.Input.CanExecuteRoutedEventArgs
return void

PasteOnExecute() public method

public PasteOnExecute ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
sender object
args System.Windows.Input.ExecutedRoutedEventArgs
return void