EventArgument class for async events, this one is used when the operation is completed.

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
public class AsyncOperationCompletedEventArgs : AsyncCompletedEventArgs
Visual Basic (Declaration)
Public Class AsyncOperationCompletedEventArgs _

	Inherits AsyncCompletedEventArgs
Visual C++
public ref class AsyncOperationCompletedEventArgs : public AsyncCompletedEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    System.ComponentModel..::.AsyncCompletedEventArgs
      Google.GData.Client..::.AsyncOperationCompletedEventArgs

See Also