C# Class CK.WPF.Controls.NumericUpDown

Inheritance: System.Windows.Controls.UserControl
ファイルを表示 Open project: Invenietis/ck-certified

Public Properties

Property Type Description
IntValueProperty System.Windows.DependencyProperty
ValueChangedEvent System.Windows.RoutedEvent

Public Methods

Method Description
NumericUpDown ( ) : System

Protected Methods

Method Description
OnValueChanged ( RoutedPropertyChangedEventArgs args ) : void

Raises the ValueChanged event.

Private Methods

Method Description
OnValueChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
btDownButton_Click ( object sender, EventArgs e ) : void
btUpButton_Click ( object sender, EventArgs e ) : void

Method Details

NumericUpDown() public method

public NumericUpDown ( ) : System
return System

OnValueChanged() protected method

Raises the ValueChanged event.
protected OnValueChanged ( RoutedPropertyChangedEventArgs args ) : void
args RoutedPropertyChangedEventArgs Arguments associated with the ValueChanged event.
return void

Property Details

IntValueProperty public_oe static_oe property

Identifies the Value dependency property.
public static DependencyProperty,System.Windows IntValueProperty
return System.Windows.DependencyProperty

ValueChangedEvent public_oe static_oe property

Identifies the ValueChanged routed event.
public static RoutedEvent,System.Windows ValueChangedEvent
return System.Windows.RoutedEvent