Метод | Описание | |
---|---|---|
SetFlowDirection ( FlowDirection flowDirection ) : void |
Sets the selectors and title flow direction.
|
Метод | Описание | |
---|---|---|
GetSelectorsOrderedByCulturePattern ( ) : IEnumerable |
Gets a sequence of LoopingSelector parts ordered according to culture string for date/time formatting.
|
|
GetSelectorsOrderedByCulturePattern ( string pattern, char patternCharacters, |
Gets a sequence of LoopingSelector parts ordered according to culture string for date/time formatting.
|
|
InitializeDateTimePickerPage ( |
Initializes the DateTimePickerPageBase class; must be called from the subclass's constructor.
|
|
OnBackKeyPress ( CancelEventArgs e ) : void |
Called when the Back key is pressed.
|
|
OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void |
Called when a page is no longer the active page in a frame.
|
|
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void |
Called when a page becomes the active page in a frame.
|
Метод | Описание | |
---|---|---|
ClosePickerPage ( ) : void | ||
OnCancelButtonClick ( object sender, |
||
OnClosedStoryboardCompleted ( object sender, |
||
OnDataSourceSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void | ||
OnDoneButtonClick ( object sender, |
||
OnSelectorIsExpandedChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void |
protected abstract GetSelectorsOrderedByCulturePattern ( ) : IEnumerable |
||
Результат | IEnumerable |
protected static GetSelectorsOrderedByCulturePattern ( string pattern, char patternCharacters, |
||
pattern | string | Culture-specific date/time format string. |
patternCharacters | char | Date/time format string characters for the primary/secondary/tertiary LoopingSelectors. |
selectors | Instances for the primary/secondary/tertiary LoopingSelectors. | |
Результат | IEnumerable |
protected InitializeDateTimePickerPage ( |
||
primarySelector | Primary selector. | |
secondarySelector | Secondary selector. | |
tertiarySelector | Tertiary selector. | |
Результат | void |
protected OnBackKeyPress ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | Event arguments. |
Результат | void |
protected OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void | ||
e | System.Windows.Navigation.NavigationEventArgs | An object that contains the event data. |
Результат | void |
protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void | ||
e | System.Windows.Navigation.NavigationEventArgs | An object that contains the event data. |
Результат | void |
public abstract SetFlowDirection ( FlowDirection flowDirection ) : void | ||
flowDirection | FlowDirection | Flow direction to set. |
Результат | void |