[]
Represents the event data for any of several command events in the Spread component.
public class SpreadCommandEventArgs : CommandEventArgs
Public Class SpreadCommandEventArgs
Inherits CommandEventArgs
| 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. |
| 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. |