ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / CustomPlaceholder Class / CustomPlaceholder Constructor / CustomPlaceholder Constructor(SerializationInfo,StreamingContext)

In This Topic
    CustomPlaceholder Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Initializes a new instance of the CustomPlaceholder class.
    Syntax
    'Declaration
     
    
    Protected Function New( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    )
    protected CustomPlaceholder( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    context
    See Also