C# Class PaulStovell.TrialBalance.UserInterface.Controls.CommandLink

Interaction logic for CommandLink.xaml
Inheritance: System.Windows.Controls.UserControl
Exibir arquivo Open project: PaulStovell/trial-balance

Public Properties

Property Type Description
CommandTextProperty System.Windows.DependencyProperty
DescriptionProperty System.Windows.DependencyProperty

Public Methods

Method Description
Button_Clicked ( object sender, RoutedEventArgs e ) : void
CommandLink ( ) : System

Protected Methods

Method Description
OnClick ( RoutedEventArgs e ) : void

Method Details

Button_Clicked() public method

public Button_Clicked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

CommandLink() public method

public CommandLink ( ) : System
return System

OnClick() protected method

protected OnClick ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

Property Details

CommandTextProperty public_oe static_oe property

public static DependencyProperty,System.Windows CommandTextProperty
return System.Windows.DependencyProperty

DescriptionProperty public_oe static_oe property

public static DependencyProperty,System.Windows DescriptionProperty
return System.Windows.DependencyProperty