Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 652 Bytes

datatransfermanager_shareprovidersrequested.md

File metadata and controls

20 lines (13 loc) · 652 Bytes
-api-id -api-type
E:Windows.ApplicationModel.DataTransfer.DataTransferManager.ShareProvidersRequested
winrt event

Windows.ApplicationModel.DataTransfer.DataTransferManager.ShareProvidersRequested

-description

An event that is triggered when the share providers are requested. This is used as a callback and providers are added by subscribing to this event and calling ShareProvidersRequestedEventArgs.Providers.Add() in the event handler.

-remarks

-see-also

-examples