C# Class Btl.Controls.ShortTimeSpanControl

Inheritance: System.Windows.Controls.Control
Afficher le fichier Open project: barrylapthorn/countdown_timer

Protected Properties

Свойство Type Description
HoursProperty System.Windows.DependencyProperty
MinutesProperty System.Windows.DependencyProperty
SecondsProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Méthodes protégées

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

Private Methods

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

Method Details

OnHoursChanged() protected méthode

Raise the ValueChangedEvent
protected OnHoursChanged ( RoutedPropertyChangedEventArgs e ) : void
e RoutedPropertyChangedEventArgs
Résultat void

OnMinutesChanged() protected méthode

Raise the ValueChangedEvent
protected OnMinutesChanged ( RoutedPropertyChangedEventArgs e ) : void
e RoutedPropertyChangedEventArgs
Résultat void

OnSecondsChanged() protected méthode

Raise the ValueChangedEvent
protected OnSecondsChanged ( RoutedPropertyChangedEventArgs e ) : void
e RoutedPropertyChangedEventArgs
Résultat void

OnValueChanged() protected méthode

Raise the ValueChangedEvent
protected OnValueChanged ( RoutedPropertyChangedEventArgs e ) : void
e RoutedPropertyChangedEventArgs
Résultat void

Property Details

HoursProperty protected_oe static_oe property

protected static DependencyProperty,System.Windows HoursProperty
Résultat System.Windows.DependencyProperty

MinutesProperty protected_oe static_oe property

protected static DependencyProperty,System.Windows MinutesProperty
Résultat System.Windows.DependencyProperty

SecondsProperty protected_oe static_oe property

protected static DependencyProperty,System.Windows SecondsProperty
Résultat System.Windows.DependencyProperty

ValueProperty protected_oe static_oe property

protected static DependencyProperty,System.Windows ValueProperty
Résultat System.Windows.DependencyProperty