[]
        
(Showing Draft Content)

FarPoint.Web.Spread.CreateButtonEventHandler

CreateButtonEventHandler Delegate

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

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

Object that raised the event

CreateButtonEventArgs e

CreateButtonEventArgs object that contains event data