C# Class TheChan.Views.Controls.LoadingControl

Afficher le fichier Open project: acedened/TheChan

Méthodes publiques

Свойство Type Description
CanTryAgainProperty Windows.UI.Xaml.DependencyProperty
IsErrorProperty Windows.UI.Xaml.DependencyProperty
IsInProgressProperty Windows.UI.Xaml.DependencyProperty
StatusProperty Windows.UI.Xaml.DependencyProperty
TryAgainActionProperty Windows.UI.Xaml.DependencyProperty

Private Properties

Свойство Type Description
ProgressPropertyChangedCallback void
TryAgainButton_OnClick void

Méthodes publiques

Méthode Description
LoadingControl ( ) : System

Private Methods

Méthode Description
ProgressPropertyChangedCallback ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e ) : void
TryAgainButton_OnClick ( object sender, RoutedEventArgs e ) : void

Method Details

LoadingControl() public méthode

public LoadingControl ( ) : System
Résultat System

Property Details

CanTryAgainProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml CanTryAgainProperty
Résultat Windows.UI.Xaml.DependencyProperty

IsErrorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml IsErrorProperty
Résultat Windows.UI.Xaml.DependencyProperty

IsInProgressProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml IsInProgressProperty
Résultat Windows.UI.Xaml.DependencyProperty

StatusProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml StatusProperty
Résultat Windows.UI.Xaml.DependencyProperty

TryAgainActionProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml TryAgainActionProperty
Résultat Windows.UI.Xaml.DependencyProperty