OperationCounter.Completed Event

Occurs when an asynchronous method completes.

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

'Declaration
Public Event Completed As EventHandler
'Usage
Dim instance As OperationCounter 
Dim handler As EventHandler 

AddHandler instance.Completed, handler
Show: