[]
        
(Showing Draft Content)

FarPoint.Win.Spread.RecentItemsEventHandler-1

RecentItemsEventHandler<T> Delegate

Represents a method that handles the QueryRecentItems event of an FpSpread.

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

The source of the event.

RecentItemsEventArgs<T> e

The event data.

Type Parameters
Name Description
T