C# 클래스 Btl.Controls.ShortTimeSpanControl

상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: barrylapthorn/countdown_timer

보호된 프로퍼티들

프로퍼티 타입 설명
HoursProperty System.Windows.DependencyProperty
MinutesProperty System.Windows.DependencyProperty
SecondsProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

보호된 메소드들

메소드 설명
OnHoursChanged ( RoutedPropertyChangedEventArgs e ) : void

Raise the ValueChangedEvent

OnMinutesChanged ( RoutedPropertyChangedEventArgs e ) : void

Raise the ValueChangedEvent

OnSecondsChanged ( RoutedPropertyChangedEventArgs e ) : void

Raise the ValueChangedEvent

OnValueChanged ( RoutedPropertyChangedEventArgs e ) : void

Raise the ValueChangedEvent

비공개 메소드들

메소드 설명
OnHoursChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnMinutesChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnSecondsChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs args ) : void
ShortTimeSpanControl ( ) : System

메소드 상세

OnHoursChanged() 보호된 메소드

Raise the ValueChangedEvent
protected OnHoursChanged ( RoutedPropertyChangedEventArgs e ) : void
e RoutedPropertyChangedEventArgs
리턴 void

OnMinutesChanged() 보호된 메소드

Raise the ValueChangedEvent
protected OnMinutesChanged ( RoutedPropertyChangedEventArgs e ) : void
e RoutedPropertyChangedEventArgs
리턴 void

OnSecondsChanged() 보호된 메소드

Raise the ValueChangedEvent
protected OnSecondsChanged ( RoutedPropertyChangedEventArgs e ) : void
e RoutedPropertyChangedEventArgs
리턴 void

OnValueChanged() 보호된 메소드

Raise the ValueChangedEvent
protected OnValueChanged ( RoutedPropertyChangedEventArgs e ) : void
e RoutedPropertyChangedEventArgs
리턴 void

프로퍼티 상세

HoursProperty 보호되어 있는 정적으로 프로퍼티

protected static DependencyProperty,System.Windows HoursProperty
리턴 System.Windows.DependencyProperty

MinutesProperty 보호되어 있는 정적으로 프로퍼티

protected static DependencyProperty,System.Windows MinutesProperty
리턴 System.Windows.DependencyProperty

SecondsProperty 보호되어 있는 정적으로 프로퍼티

protected static DependencyProperty,System.Windows SecondsProperty
리턴 System.Windows.DependencyProperty

ValueProperty 보호되어 있는 정적으로 프로퍼티

protected static DependencyProperty,System.Windows ValueProperty
리턴 System.Windows.DependencyProperty