C# Class xFunc.Views.SettingsView

Inheritance: System.Windows.Window
Datei anzeigen Open project: sys27/xFunc Class Usage Examples

Public Properties

Property Type Description
OKCommand System.Windows.Input.RoutedCommand
ResetCommand System.Windows.Input.RoutedCommand

Public Methods

Method Description
SettingsView ( ) : System

Private Methods

Method Description
Init ( ) : void
OKCommand_CanExecute ( object o, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
OKCommand_Execute ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
ResetCommand_Execute ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void

Method Details

SettingsView() public method

public SettingsView ( ) : System
return System

Property Details

OKCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input OKCommand
return System.Windows.Input.RoutedCommand

ResetCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input ResetCommand
return System.Windows.Input.RoutedCommand