Click or drag to resize

UpdateEventArgs Constructor

Initializes a new instance of the UpdateEventArgs class

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public UpdateEventArgs(
	int persent,
	HttpContext httpContext
)

Parameters

persent
Type: SystemInt32
httpContext
Type: System.WebHttpContext
See Also