AsyncItemsSourceProvider Events
A data provider that supplies suggestions for the AutoCompleteEdit in async mode.Name | Description |
---|---|
BindingContextChanged | Occurs when the value of the BindingContext property changes. Inherited from BindableObject. |
ItemsRequested | Occurs when the provider requests editor items. |
PropertyChanged | Occurs when a property value changes. Inherited from BindableObject. |
PropertyChanging | Occurs when a property value is changing. Inherited from BindableObject. |
See Also