Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Occurs when the Finish method is called.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Event Finished As EventHandler
public event EventHandler Finished
public:
event EventHandler^ Finished {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
Examples
A Visual Studio project with source code is available to accompany this topic: Download.