Windows.ApplicationModel.DataTransfer.DataRequestedEventArgs.Request

February 8, 2017 ยท View on GitHub

-description

Enables you to get the DataRequest object and either give it data or a failure message.

-property-value

The object used to manage content as part of a share operation.

-remarks

When a user invokes the Share UI to share content, the system fires a datarequested event. The request property of the event contains a DataRequest object, which lets your app supply the information the user wants to share.

-examples

-see-also