[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SortedEventHandler

SortedEventHandler Delegate

Represents a defined method that handles the Sorted event for the Spread component.

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

Source of the event

SortedEventArgs e

Event data