Spread for ASP.NET 11 Product Documentation
NamedStyle Constructor(SerializationInfo,StreamingContext)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > NamedStyle Class > NamedStyle Constructor : NamedStyle Constructor(SerializationInfo,StreamingContext)
SerializationInfo
StreamingContext
Creates a custom style (NamedStyle object) for sharing settings across models.
Syntax
'Declaration
 
Protected Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
'Usage
 
Dim info As SerializationInfo
Dim context As StreamingContext
 
Dim instance As New NamedStyle(info, context)
protected NamedStyle( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

info
SerializationInfo
context
StreamingContext
See Also

Reference

NamedStyle Class
NamedStyle Members
Overload List