Spread for ASP.NET 12 Product Documentation
CreateButtonEventArgs Constructor


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > CreateButtonEventArgs Class : CreateButtonEventArgs Constructor
Text that displays in the command button as the label
Command to perform
Whether the command button is unavailable
Creates a new object with the CreateButton event arguments.
Syntax
'Declaration
 
Public Function New( _
   ByVal label As String, _
   ByVal command As String, _
   ByVal disabled As Boolean _
)
'Usage
 
Dim label As String
Dim command As String
Dim disabled As Boolean
 
Dim instance As New CreateButtonEventArgs(label, command, disabled)
public CreateButtonEventArgs( 
   string label,
   string command,
   bool disabled
)

Parameters

label
Text that displays in the command button as the label
command
Command to perform
disabled
Whether the command button is unavailable
See Also

Reference

CreateButtonEventArgs Class
CreateButtonEventArgs Members