ProfileAutoSaveEventArgs(HttpContext) Constructor

Definition

Creates an instance of the ProfileAutoSaveEventArgs class.

public:
 ProfileAutoSaveEventArgs(System::Web::HttpContext ^ context);
public ProfileAutoSaveEventArgs (System.Web.HttpContext context);
new System.Web.Profile.ProfileAutoSaveEventArgs : System.Web.HttpContext -> System.Web.Profile.ProfileAutoSaveEventArgs
Public Sub New (context As HttpContext)

Parameters

context
HttpContext

The HttpContext of the current request.

Remarks

The ProfileAutoSaveEventArgs creates an instance of the ProfileAutoSaveEventArgs class and sets the Context property to the specified HttpContext.

Applies to

See also