[]
Represents a defined method that handles the SpreadCommand event in the Spread component.
public delegate void SpreadCommandEventHandler(object sender, SpreadCommandEventArgs e)
Public Delegate Sub SpreadCommandEventHandler(sender As Object, e As SpreadCommandEventArgs)
| Type | Name | Description |
|---|---|---|
| object | sender | Object that raised the event |
| SpreadCommandEventArgs | e | SpreadCommandEventArgs object that contains event data |