C# Class TheAirline.GUIModel.CustomControlsModel.ucTimeline

Interaction logic for ucTimeline.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: TheAirlineProject/tap-desktop

Méthodes publiques

Свойство Type Description
DayProperty System.Windows.DependencyProperty
EntriesProperty System.Windows.DependencyProperty
EntryAddedEvent System.Windows.RoutedEvent
EntryChangedEvent System.Windows.RoutedEvent
EntryDeletedEvent System.Windows.RoutedEvent

Private Properties

Свойство Type Description
getPositionTime System.TimeSpan
timeline_Drop void
timeline_MouseMove void
timeline_PreviewMouseLeftButtonDown void
tlEntry_MouseDown void

Méthodes publiques

Méthode Description
ucTimeline ( ) : System

Private Methods

Méthode Description
getPositionTime ( double position ) : System.TimeSpan
timeline_Drop ( object sender, System.Windows.DragEventArgs e ) : void
timeline_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
timeline_PreviewMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
tlEntry_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

ucTimeline() public méthode

public ucTimeline ( ) : System
Résultat System

Property Details

DayProperty public_oe static_oe property

public static DependencyProperty,System.Windows DayProperty
Résultat System.Windows.DependencyProperty

EntriesProperty public_oe static_oe property

public static DependencyProperty,System.Windows EntriesProperty
Résultat System.Windows.DependencyProperty

EntryAddedEvent public_oe static_oe property

public static RoutedEvent,System.Windows EntryAddedEvent
Résultat System.Windows.RoutedEvent

EntryChangedEvent public_oe static_oe property

public static RoutedEvent,System.Windows EntryChangedEvent
Résultat System.Windows.RoutedEvent

EntryDeletedEvent public_oe static_oe property

public static RoutedEvent,System.Windows EntryDeletedEvent
Résultat System.Windows.RoutedEvent