ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / C1MappingsBase Class / C1MappingsBase Constructor / C1MappingsBase Constructor(StateBag)

In This Topic
    C1MappingsBase Constructor(StateBag)
    In This Topic
    Initializes a new instance of the MappingCollectionBase<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal parentStateBag As System.Web.UI.StateBag _
    )
    public C1MappingsBase( 
       System.Web.UI.StateBag parentStateBag
    )

    Parameters

    parentStateBag
    See Also