ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1FlipCard Namespace / C1FlipCardSerializer Class / C1FlipCardSerializer Constructor / C1FlipCardSerializer Constructor(IComponentChangeService,Object)
IComponentChangeService
Object to serialize.

In This Topic
    C1FlipCardSerializer Constructor(IComponentChangeService,Object)
    In This Topic
    Initializes a new instance of the C1FlipCardSerializer class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal componentChangeService As System.ComponentModel.Design.IComponentChangeService, _
       ByVal serializableObject As System.Object _
    )
    public C1FlipCardSerializer( 
       System.ComponentModel.Design.IComponentChangeService componentChangeService,
       System.object serializableObject
    )

    Parameters

    componentChangeService
    IComponentChangeService
    serializableObject
    Object to serialize.
    See Also