[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SpreadCommandEventArgs.-ctor

SpreadCommandEventArgs Constructor

SpreadCommandEventArgs(SheetView, string, object)

Creates a new object with the SpreadCommand event arguments with the specified sheet, command, and argument.

Declaration
public SpreadCommandEventArgs(SheetView sheetView, string commandName, object argument)
Public Sub New(sheetView As SheetView, commandName As String, argument As Object)
Parameters
Type Name Description
SheetView sheetView

Sheet

string commandName

Command name

object argument

Argument for the command

SpreadCommandEventArgs(SheetView, string, object, ArrayList)

Creates a new object with the SpreadCommand event arguments with the specified sheet, command, argument, and edit values.

Declaration
public SpreadCommandEventArgs(SheetView sheetView, string commandName, object argument, ArrayList editValues)
Public Sub New(sheetView As SheetView, commandName As String, argument As Object, editValues As ArrayList)
Parameters
Type Name Description
SheetView sheetView

Sheet

string commandName

Command name

object argument

Argument for the command

ArrayList editValues

Array of edit values