[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.SpreadDropDownMonthCalendar.GetObjectData

GetObjectData Method

GetObjectData(SerializationInfo, StreamingContext)

The method that is invoked automatically when serializing the SpreadDropDownMonthCalendar object into a stream.

Declaration
public void GetObjectData(SerializationInfo info, StreamingContext context)
Public Sub GetObjectData(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

Object that holds the serialized object data.

StreamingContext context

Information about the serialization

Implements