C# Class Grabacr07.Desktop.Metro.Controls.CallMethodButton

クリックされたときに、指定したメソッドを実行する Button を表します。
Inheritance: System.Windows.Controls.Button
Show file Open project: KCV-Localisation/KanColleViewer Class Usage Examples

Public Properties

Property Type Description
MethodNameProperty System.Windows.DependencyProperty
MethodParameterProperty System.Windows.DependencyProperty
MethodTargetProperty System.Windows.DependencyProperty

Protected Methods

Method Description
OnClick ( ) : void

Private Methods

Method Description
CallMethodButton ( ) : System
MethodParameterPropertyChangedCallback ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

OnClick() protected method

protected OnClick ( ) : void
return void

Property Details

MethodNameProperty public static property

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

MethodParameterProperty public static property

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

MethodTargetProperty public static property

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