Xamarin.Forms.BindingBase: Method Members

The methods of Xamarin.Forms.BindingBase are listed below. For a list of all members, see the BindingBase Members list.

See Also: Inherited members from System.Object

Public Methods

static
DisableCollectionSynchronization(IEnumerable)
Stops synchronization on the collection.
static
EnableCollectionSynchronization(IEnumerable, object, CollectionSynchronizationCallback)
Starts synchronization on the collection by using callback and context.

Protected Methods

ThrowIfApplied()
Throws an InvalidOperationException if the binding has been applied.