Click or drag to resize

RemoteInvokeEventArgs Constructor (Page, NameValueCollection)

Initializes a new instance of the RemoteInvokeEventArgs class.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public RemoteInvokeEventArgs(
	Page page,
	NameValueCollection parameters
)

Parameters

page
Type: System.Web.UIPage
parameters
Type: System.Collections.SpecializedNameValueCollection
See Also