Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SpreadDropDownMonthCalendar Class / GetObjectData Method
Object that holds the serialized object data.
Information about the serialization


In This Topic
    GetObjectData Method (SpreadDropDownMonthCalendar)
    In This Topic
    The method that is invoked automatically when serializing the SpreadDropDownMonthCalendar object into a stream.
    Syntax
    'Declaration
     
    
    Public Sub GetObjectData( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    ) 
    'Usage
     
    
    Dim instance As SpreadDropDownMonthCalendar
    Dim info As SerializationInfo
    Dim context As StreamingContext
     
    instance.GetObjectData(info, context)
    public void GetObjectData( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    Object that holds the serialized object data.
    context
    Information about the serialization
    See Also