C# Class MvvmCross.BindingEx.Wpf.MvxBindingCreator

Inheritance: IMvxBindingCreator
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
CreateBindings ( object sender, DependencyPropertyChangedEventArgs args, Func parseBindingDescriptions ) : void

Méthodes protégées

Méthode Description
ApplyBindings ( FrameworkElement attachedObject, IEnumerable bindingDescriptions ) : void

Method Details

ApplyBindings() protected abstract méthode

protected abstract ApplyBindings ( FrameworkElement attachedObject, IEnumerable bindingDescriptions ) : void
attachedObject Windows.UI.Xaml.FrameworkElement
bindingDescriptions IEnumerable
Résultat void

CreateBindings() public méthode

public CreateBindings ( object sender, DependencyPropertyChangedEventArgs args, Func parseBindingDescriptions ) : void
sender object
args Windows.UI.Xaml.DependencyPropertyChangedEventArgs
parseBindingDescriptions Func
Résultat void