RemoteInvokeEventArgs Constructor (Control, NameValueCollection) |
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(
Control namingContainer,
NameValueCollection parameters
)
Public Sub New (
namingContainer As Control,
parameters As NameValueCollection
)
Parameters
- namingContainer
- Type: System.Web.UIControl
- parameters
- Type: System.Collections.SpecializedNameValueCollection
See Also