C# 클래스 CK.WPF.Controls.NumericUpDown

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: Invenietis/ck-certified

공개 프로퍼티들

프로퍼티 타입 설명
IntValueProperty System.Windows.DependencyProperty
ValueChangedEvent System.Windows.RoutedEvent

공개 메소드들

메소드 설명
NumericUpDown ( ) : System

보호된 메소드들

메소드 설명
OnValueChanged ( RoutedPropertyChangedEventArgs args ) : void

Raises the ValueChanged event.

비공개 메소드들

메소드 설명
OnValueChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
btDownButton_Click ( object sender, EventArgs e ) : void
btUpButton_Click ( object sender, EventArgs e ) : void

메소드 상세

NumericUpDown() 공개 메소드

public NumericUpDown ( ) : System
리턴 System

OnValueChanged() 보호된 메소드

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

프로퍼티 상세

IntValueProperty 공개적으로 정적으로 프로퍼티

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

ValueChangedEvent 공개적으로 정적으로 프로퍼티

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