OperationCounter::Completed Event

 

Occurs when an asynchronous method completes.

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

public:
event EventHandler^ Completed {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}
Return to top
Show: