Spread Windows Forms 12.0 Product Documentation
GetObjectData Method (SpreadDropDownMonthCalendar)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > SpreadDropDownMonthCalendar Class : GetObjectData Method
Object that holds the serialized object data.
Information about the serialization
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

Reference

SpreadDropDownMonthCalendar Class
SpreadDropDownMonthCalendar Members