Class TimePickerBaseBox
Inheritance
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ContentControl
System.Windows.Controls.HeaderedContentControl
System.Windows.Controls.GroupBox
TimePickerBaseBox
Implements
System.ComponentModel.ISupportInitialize
Inherited Members
Namespace: Vortex.Presentation.Controls.Wpf
Assembly: Vortex.Presentation.Controls.Wpf.dll
Syntax
public abstract class TimePickerBaseBox : TimeTextBoxBaseBox, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild
Methods
TimePicker_SelectedTimeChanged(Object, RoutedPropertyChangedEventArgs<Nullable<DateTime>>)
Declaration
void TimePicker_SelectedTimeChanged(object sender, RoutedPropertyChangedEventArgs<DateTime?> e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
System.Windows.RoutedPropertyChangedEventArgs<System.Nullable<System.DateTime>> | e |
Implements
System.ComponentModel.ISupportInitialize