C# Class CK.WPF.Controls.NumericUpDown

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: Invenietis/ck-certified

Méthodes publiques

Свойство Type Description
IntValueProperty System.Windows.DependencyProperty
ValueChangedEvent System.Windows.RoutedEvent

Méthodes publiques

Méthode Description
NumericUpDown ( ) : System

Méthodes protégées

Méthode Description
OnValueChanged ( RoutedPropertyChangedEventArgs args ) : void

Raises the ValueChanged event.

Private Methods

Méthode 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 méthode

public NumericUpDown ( ) : System
Résultat System

OnValueChanged() protected méthode

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

Property Details

IntValueProperty public_oe static_oe property

Identifies the Value dependency property.
public static DependencyProperty,System.Windows IntValueProperty
Résultat System.Windows.DependencyProperty

ValueChangedEvent public_oe static_oe property

Identifies the ValueChanged routed event.
public static RoutedEvent,System.Windows ValueChangedEvent
Résultat System.Windows.RoutedEvent