Spread Windows Forms 12.0 Product Documentation
Keystroke Constructor(SerializationInfo,StreamingContext)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Keystroke Structure > Keystroke Constructor : Keystroke Constructor(SerializationInfo,StreamingContext)
Object that holds the serialized object data
Contexual information about the source of the serialization
Creates a new keystroke from serialization.
Syntax
'Declaration
 
Public Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
'Usage
 
Dim info As SerializationInfo
Dim context As StreamingContext
 
Dim instance As New Keystroke(info, context)
public Keystroke( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

info
Object that holds the serialized object data
context
Contexual information about the source of the serialization
Remarks

This constructor initializes a new key stroke (Keystroke object) by loading it from the SerializationInfo.

For more information on serialization information, see the SerializationInfo class in the Microsoft .NET Framework Reference.

For more information on contextual information, see the StreamingContext structure in the Microsoft .NET Framework Reference.

See Also

Reference

Keystroke Structure
Keystroke Members
Overload List