[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SpreadCommandEventHandler

SpreadCommandEventHandler Delegate

Represents a defined method that handles the SpreadCommand event in the Spread component.

Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public delegate void SpreadCommandEventHandler(object sender, SpreadCommandEventArgs e)
Public Delegate Sub SpreadCommandEventHandler(sender As Object, e As SpreadCommandEventArgs)
Parameters
Type Name Description
object sender

Object that raised the event

SpreadCommandEventArgs e

SpreadCommandEventArgs object that contains event data