C# Class Xamarin.Forms.Proxy.MultiBinding

Inheritance: BindingBase
Mostra file Open project: Keboo/Xamarin.Forms.Proxy Class Usage Examples

Public Methods

Method Description
MultiBinding ( ) : System

Private Methods

Method Description
Apply ( bool fromTarget ) : void
Apply ( object newContext, BindableObject bindObj, BindableProperty targetProperty ) : void
Clone ( ) : BindingBase
GetSourceValue ( object value, Type targetPropertyType ) : object
GetTargetValue ( object value, Type sourcePropertyType ) : object
SetValue ( BindableObject source ) : void
Unapply ( ) : void

Method Details

MultiBinding() public method

public MultiBinding ( ) : System
return System