Initializes a new instance of the C1ComboBoxSerializer class.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public C1ComboBoxSerializer(
	IComponentChangeService componentChangeService,
	Object serializableObject
)
Visual Basic (Declaration)
Public Sub New ( _
	componentChangeService As IComponentChangeService, _
	serializableObject As Object _
)

Parameters

componentChangeService
Type: System.ComponentModel.Design..::..IComponentChangeService
IComponentChangeService
serializableObject
Type: System..::..Object
Object to serialize.

See Also