EventHandlerTaskAsyncHelper::EndEventHandler Property

.NET Framework (current version)
 

Represents the EndEventHandler method for an asynchronous task.

Namespace:   System.Web
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
Return to top
Show: