AfterFetchNextBatch event
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
(Windows only; GUI for .NET)
This .NET event fires after the BindingSource object fetches the next batch of records when either the Batching property is set to true or the MaxDataGuess property is non-zero.
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
System.EventArgsobject instance containing arguments for the event.
When the event fires, there may be action that needs to be taken, such as calling control-specific methods or properties, to govern the control’s behavior during this record fetching operation.