DeleteItemCompletedEventArgs Class

Definition

The DeleteItemCompletedEventArgs class provides data for the DeleteItemCompleted event.

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

Properties

Result

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

Applies to