Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 820 Bytes

datarequestedeventargs_request.md

File metadata and controls

23 lines (16 loc) · 820 Bytes
-api-id -api-type
P:Windows.ApplicationModel.DataTransfer.DataRequestedEventArgs.Request
winrt property

Windows.ApplicationModel.DataTransfer.DataRequestedEventArgs.Request

-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