C# Class Vidyano.View.AutoUpdateBindingEx

Show file Open project: stevehansen/vidyano_v1

Public Properties

Property Type Description
AutoUpdateBindingProperty Windows.UI.Xaml.DependencyProperty
IsAutoUpdateProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetAutoUpdateBinding ( DependencyObject sender ) : string
GetIsAutoUpdate ( DependencyObject sender ) : bool
SetAutoUpdateBinding ( DependencyObject sender, string value ) : void
SetIsAutoUpdate ( DependencyObject sender, bool value ) : void

Private Methods

Method 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 method

public static GetAutoUpdateBinding ( DependencyObject sender ) : string
sender Windows.UI.Xaml.DependencyObject
return string

GetIsAutoUpdate() public static method

public static GetIsAutoUpdate ( DependencyObject sender ) : bool
sender Windows.UI.Xaml.DependencyObject
return bool

SetAutoUpdateBinding() public static method

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

SetIsAutoUpdate() public static method

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

Property Details

AutoUpdateBindingProperty public static property

public static DependencyProperty,Windows.UI.Xaml AutoUpdateBindingProperty
return Windows.UI.Xaml.DependencyProperty

IsAutoUpdateProperty public static property

public static DependencyProperty,Windows.UI.Xaml IsAutoUpdateProperty
return Windows.UI.Xaml.DependencyProperty