EventHandlerTaskAsyncHelper::EndEventHandler Property
.NET Framework (current version)
Represents the EndEventHandler method for an asynchronous task.
Assembly: System.Web (in System.Web.dll)
public: property EndEventHandler^ EndEventHandler { EndEventHandler^ get(); private: void set(EndEventHandler^ value); }
Property Value
Type: System.Web::EndEventHandler^The method that handles the end event for the asynchronous task.
.NET Framework
Available since 4.5
Available since 4.5
Show: