Visual Basic (Declaration) | |
---|---|
Public Event Completed As EventHandler(Of ResultCompletionEventArgs) |
Visual Basic (Usage) | ![]() |
---|---|
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 |
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