EventHandlerTaskAsyncHelper::BeginEventHandler Property

.NET Framework (current version)
 

Represents the BeginEventHandler method for an asynchronous task.

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

public:
property BeginEventHandler^ BeginEventHandler {
	BeginEventHandler^ get();
	private: void set(BeginEventHandler^ value);
}

Property Value

Type: System.Web::BeginEventHandler^

The method that handles the begin event for the asynchronous task.

.NET Framework
Available since 4.5
Return to top
Show: