DataRequestedEventArgs.Request Property

Definition

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

public:
 property DataRequest ^ Request { DataRequest ^ get(); };
DataRequest Request();
public DataRequest Request { get; }
var dataRequest = dataRequestedEventArgs.request;
Public ReadOnly Property Request As DataRequest

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.

Applies to