[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ItemEventHandler-1

ItemEventHandler<T> Delegate

Represents the method that handles an event after the item is operated on.

Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public delegate void ItemEventHandler<T>(object sender, ItemEventArgs<T> e)
Public Delegate Sub ItemEventHandler(Of T)(sender As Object, e As ItemEventArgs(Of T))
Parameters
Type Name Description
object sender

The source of the event.

ItemEventArgs<T> e

An ItemEventArgs<T> object that contains the event data.

Type Parameters
Name Description
T