C# Class MvvmCross.BindingEx.Wpf.MvxBindingCreator

Inheritance: IMvxBindingCreator
显示文件 Open project: MvvmCross/MvvmCross

Public Methods

Method Description
CreateBindings ( object sender, DependencyPropertyChangedEventArgs args, Func parseBindingDescriptions ) : void

Protected Methods

Method Description
ApplyBindings ( FrameworkElement attachedObject, IEnumerable bindingDescriptions ) : void

Method Details

ApplyBindings() protected abstract method

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

CreateBindings() public method

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