[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SpreadCommandEventArgs

SpreadCommandEventArgs Class

Represents the event data for any of several command events in the Spread component.

Inheritance
SpreadCommandEventArgs
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class SpreadCommandEventArgs : CommandEventArgs
Public Class SpreadCommandEventArgs
    Inherits CommandEventArgs

Constructors

Name Description
SpreadCommandEventArgs(SheetView, string, object)

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

SpreadCommandEventArgs(SheetView, string, object, ArrayList)

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

Properties

Name Description
EditValues

Gets the postback data in an array list of values.

Handled

Gets or sets whether the event has been handled.

SheetView

Gets the sheet being updated.

SortFrozenRows

Gets or sets whether the frozen rows should be sorted when the sorting command occurs.