[]
Represents a method that handles the QueryRecentItems event of an FpSpread.
public delegate void RecentItemsEventHandler<T>(object sender, RecentItemsEventArgs<T> e)
Public Delegate Sub RecentItemsEventHandler(Of T)(sender As Object, e As RecentItemsEventArgs(Of T))
Type | Name | Description |
---|---|---|
object | sender | The source of the event. |
RecentItemsEventArgs<T> | e | The event data. |
Name | Description |
---|---|
T |