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


Name of the event.
Indicates which Spread uses this event handler.
Initializes a new instance of the MvcSpreadEventAttribute class.
Syntax
'Declaration
 
Public Function New( _
   ByVal eventName As String, _
   ByVal spreadID As String _
)
'Usage
 
Dim eventName As String
Dim spreadID As String
 
Dim instance As New MvcSpreadEventAttribute(eventName, spreadID)
public MvcSpreadEventAttribute( 
   string eventName,
   string spreadID
)

Parameters

eventName
Name of the event.
spreadID
Indicates which Spread uses this event handler.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

MvcSpreadEventAttribute Class
MvcSpreadEventAttribute Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.