The constructor takes a control that implements the IAjaxControl interface.

Namespace:  Gaia.WebWidgets
Assembly:  Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public AjaxControl(
	IAjaxControl ajaxControl
)
Visual Basic (Declaration)
Public Sub New ( _
	ajaxControl As IAjaxControl _
)

Parameters

ajaxControl
Type: Gaia.WebWidgets..::.IAjaxControl
Control which implements the IAjaxControl interface

See Also