IdeaBlade Application Framework
Completed Event
See Also  Send Feedback
Caliburn.Micro.Extensions Namespace > AsyncResult Class : Completed Event



Signals the completion of the asynchronous operation.

Syntax

Visual Basic (Declaration) 
Public Event Completed As EventHandler(Of ResultCompletionEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As AsyncResult
Dim handler As EventHandler(Of ResultCompletionEventArgs)
 
AddHandler instance.Completed, handler
C# 
public event EventHandler<ResultCompletionEventArgs> Completed
C++/CLI 
public:
event EventHandler<ResultCompletionEventArgs^>^ Completed

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.