DataProviderHandler
DataProviderHandler
DataProviderHandler
DataProviderHandler
Delegate
Definition
Provides data when the target app requests it, instead of including the data in the DataPackage ahead of time. DataProviderHandler DataProviderHandler is used when the source app wants to avoid unnecessary work that is resource intensive, such as performing format conversions.
public : delegate void DataProviderHandler(DataProviderRequest request)public delegate void DataProviderHandler(DataProviderRequest request)Public Delegate DataProviderHandler(request As DataProviderRequest)// You can use this delegate in JavaScript.
Parameters
Contains the data that the user wants to share.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|