SortRequest event
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
(Windows only; GUI for .NET)
The .NET event published when some user action initiates a sort operation in the bound .NET control (for example, clicking on a column header in a grid control).
You can use this event when the BindingSource object is bound to a query or a buffer. If bound to a ProDataSet object, this event applies only to the top-level table displayed in the .NET control.
Access: PUBLIC
Applies to: Progress.Data.BindingSource class
Syntax
The delegate for this event defines the following event handler signature:
|
- EventHandlerName
- The name of the event handler.
- sender
- Object reference to the
BindingSourceobject instance that published the event. - args
- Object reference to a
SortRequestEventArgsobject instance containing arguments for the event.
When this event occurs, the event handler must reopen the query associated with the ABL
data source object with a modified sort criteria based on the values specified in the
SortRequestEventArgs object.
This event occurs only for .NET controls that rely on their data source for sorting.