eventhandler, fired when an async operation is completed

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

Syntax

C#
public event AsyncOperationCompletedEventHandler AsyncOperationCompleted
Visual Basic (Declaration)
Public Event AsyncOperationCompleted As AsyncOperationCompletedEventHandler
Visual C++
public:

 event AsyncOperationCompletedEventHandler^ AsyncOperationCompleted {

	void add (AsyncOperationCompletedEventHandler^ value);

	void remove (AsyncOperationCompletedEventHandler^ value);

}

See Also