AsyncManager.Finished Event

Occurs when the Finish method is called.

Namespace:  System.Web.Mvc.Async
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Event Finished As EventHandler
'Usage
Dim instance As AsyncManager 
Dim handler As EventHandler 

AddHandler instance.Finished, handler

A Visual Studio project with source code is available to accompany this topic: Download.

Show: