Table of Contents

Method SetDataObjectAsync

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetDataObjectAsync(IDataObject?)

Sets data to the clipboard asynchroniously.

public static Task SetDataObjectAsync(IDataObject? value)

Parameters

value IDataObject

The data to place on the clipboard.

Returns

Task