CopyItemCompletedEventArgs Class

Definition

The CopyItemCompletedEventArgs class provides data for the CopyItemCompleted event.

public ref class CopyItemCompletedEventArgs : System::ComponentModel::AsyncCompletedEventArgs
public class CopyItemCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
Public Class CopyItemCompletedEventArgs
Inherits AsyncCompletedEventArgs
Inheritance
CopyItemCompletedEventArgs

Properties

Result

The Result property gets the response from an asynchronous call to the CopyItem operation.

Applies to