CreateItemCompletedEventArgs Class

Definition

The CreateItemCompletedEventArgs class provides data for the CreateItemCompleted event.

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

Properties

Result

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

Applies to