'Declaration Public Sub SetDataItemsAsync( _
ByVal itemsFormatThe items formats.() As System.String, _
ByVal itemsDataThe data items in specified formats.() As System.Object, _
ByVal senderThe sender object.As System.Object, _
ByVal successCallbackThe callback method that must be called if operation is executed successfully.As AsyncClipboardCallback, _
ByVal errorCallbackThe callback method that must be called if operation is failed.As AsyncClipboardCallback _
)
public void SetDataItemsAsync(
System.String[] itemsFormat,
System.Object[] itemsData,
System.Object sender,
AsyncClipboardCallback successCallback,
AsyncClipboardCallback errorCallback
)
public: void SetDataItemsAsync(
System.String[]* itemsFormat,
System.Object[]* itemsData,
System.Object sender,
AsyncClipboardCallback* successCallback,
AsyncClipboardCallback* errorCallback
)
public:
void SetDataItemsAsync(
array<System.String>^ itemsFormat,
array<System.Object>^ itemsData,
System.Object sender,
AsyncClipboardCallback^ successCallback,
AsyncClipboardCallback^ errorCallback
)
Parameters
- itemsFormat
- The items formats.
- itemsData
- The data items in specified formats.
- sender
- The sender object.
- successCallback
- The callback method that must be called if operation is executed successfully.
- errorCallback
- The callback method that must be called if operation is failed.