Spread for ASP.NET 11 Product Documentation
MvcSpreadEventAttribute Constructor(String,String,String)


FarPoint.Mvc.Spread Assembly > FarPoint.Mvc.Spread Namespace > MvcSpreadEventAttribute Class > MvcSpreadEventAttribute Constructor : MvcSpreadEventAttribute Constructor(String,String,String)
Name of the event.
The group.
The spread ID.
Initializes a new instance of the MvcSpreadEventAttribute class.
Syntax
'Declaration
 
Public Function New( _
   ByVal eventName As String, _
   ByVal group As String, _
   ByVal spreadID As String _
)
'Usage
 
Dim eventName As String
Dim group As String
Dim spreadID As String
 
Dim instance As New MvcSpreadEventAttribute(eventName, group, spreadID)
public MvcSpreadEventAttribute( 
   string eventName,
   string group,
   string spreadID
)

Parameters

eventName
Name of the event.
group
The group.
spreadID
The spread ID.
Exceptions
ExceptionDescription
spreadID
See Also

Reference

MvcSpreadEventAttribute Class
MvcSpreadEventAttribute Members
Overload List