C# 클래스 Vidyano.View.Controls.PersistentObjectAttributeNumeric

상속: System.Windows.Controls.TextBox
파일 보기 프로젝트 열기: stevehansen/vidyano_v1

공개 메소드들

메소드 설명
PersistentObjectAttributeNumeric ( ) : System

보호된 메소드들

메소드 설명
OnGotFocus ( RoutedEventArgs e ) : void
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnLostFocus ( RoutedEventArgs e ) : void

비공개 메소드들

메소드 설명
EnsureInitialized ( ) : void
Number_Changed ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
NumericTextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

메소드 상세

OnGotFocus() 보호된 메소드

protected OnGotFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
리턴 void

OnKeyDown() 보호된 메소드

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
리턴 void

OnLostFocus() 보호된 메소드

protected OnLostFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
리턴 void

PersistentObjectAttributeNumeric() 공개 메소드

public PersistentObjectAttributeNumeric ( ) : System
리턴 System