C# Class Vidyano.View.AutoUpdateBindingEx

Afficher le fichier Open project: stevehansen/vidyano_v1

Méthodes publiques

Свойство Type Description
AutoUpdateBindingProperty Windows.UI.Xaml.DependencyProperty
IsAutoUpdateProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
GetAutoUpdateBinding ( DependencyObject sender ) : string
GetIsAutoUpdate ( DependencyObject sender ) : bool
SetAutoUpdateBinding ( DependencyObject sender, string value ) : void
SetIsAutoUpdate ( DependencyObject sender, bool value ) : void

Private Methods

Méthode Description
GetIsAutoUpdateUpdating ( DependencyObject sender ) : bool
HandleLostFocus ( object sender, RoutedEventArgs e ) : void
HandleValueChanged ( object sender, RoutedEventArgs e ) : void
OnAutoUpdateBindingChanged ( DependencyObject sender, DependencyPropertyChangedEventArgs e ) : void
OnIsAutoUpdateChanged ( DependencyObject sender, DependencyPropertyChangedEventArgs e ) : void
SetIsAutoUpdateUpdating ( DependencyObject sender, bool value ) : void

Method Details

GetAutoUpdateBinding() public static méthode

public static GetAutoUpdateBinding ( DependencyObject sender ) : string
sender Windows.UI.Xaml.DependencyObject
Résultat string

GetIsAutoUpdate() public static méthode

public static GetIsAutoUpdate ( DependencyObject sender ) : bool
sender Windows.UI.Xaml.DependencyObject
Résultat bool

SetAutoUpdateBinding() public static méthode

public static SetAutoUpdateBinding ( DependencyObject sender, string value ) : void
sender Windows.UI.Xaml.DependencyObject
value string
Résultat void

SetIsAutoUpdate() public static méthode

public static SetIsAutoUpdate ( DependencyObject sender, bool value ) : void
sender Windows.UI.Xaml.DependencyObject
value bool
Résultat void

Property Details

AutoUpdateBindingProperty public_oe static_oe property

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

IsAutoUpdateProperty public_oe static_oe property

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