TypedBinding<TSource,TProperty> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| TypedBinding<TSource,TProperty>(Func<TSource,ValueTuple<TProperty,Boolean>>, Action<TSource,TProperty>, Tuple<Func<TSource,Object>,String>[]) |
For internal use by the Xamarin.Forms platform. |
| TypedBinding<TSource,TProperty>(Func<TSource,TProperty>, Action<TSource,TProperty>, Tuple<Func<TSource,Object>,String>[]) |
Obsolete.
For internal use by platform renderers. |
TypedBinding<TSource,TProperty>(Func<TSource,ValueTuple<TProperty,Boolean>>, Action<TSource,TProperty>, Tuple<Func<TSource,Object>,String>[])
For internal use by the Xamarin.Forms platform.
public TypedBinding (Func<TSource,ValueTuple<TProperty,bool>> getter, Action<TSource,TProperty> setter, Tuple<Func<TSource,object>,string>[] handlers);
new Xamarin.Forms.Internals.TypedBinding<'Source, 'Property> : Func<'Source, ValueTuple<'Property, bool>> * Action<'Source, 'Property> * Func<'Source, obj> * string[] -> Xamarin.Forms.Internals.TypedBinding<'Source, 'Property>
Parameters
- getter
- Func<TSource,ValueTuple<TProperty,Boolean>>
For internal use by the Xamarin.Forms platform.
- setter
- Action<TSource,TProperty>
For internal use by the Xamarin.Forms platform.
Applies to
TypedBinding<TSource,TProperty>(Func<TSource,TProperty>, Action<TSource,TProperty>, Tuple<Func<TSource,Object>,String>[])
Caution
deprecated one. kept for backcompat
For internal use by platform renderers.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("deprecated one. kept for backcompat")]
public TypedBinding (Func<TSource,TProperty> getter, Action<TSource,TProperty> setter, Tuple<Func<TSource,object>,string>[] handlers);
new Xamarin.Forms.Internals.TypedBinding<'Source, 'Property> : Func<'Source, 'Property> * Action<'Source, 'Property> * Func<'Source, obj> * string[] -> Xamarin.Forms.Internals.TypedBinding<'Source, 'Property>
Parameters
- getter
- Func<TSource,TProperty>
For internal use by the Xamarin.Forms platform.
- setter
- Action<TSource,TProperty>
For internal use by the Xamarin.Forms platform.
- Attributes