CancelCreateRow event
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
(Windows only; GUI for .NET)
The .NET event published when some user action cancels a create row operation in the bound .NET control (for example, pressing ESCAPE in a new empty row).
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 BindingSource object instance that published the event.
- args
- Object reference to a
CancelCreateRowEventArgsobject instance containing arguments for the event.
When this event occurs, delete the previously created row and the corresponding record in the result set. Otherwise, the data in the control will not be synchronized with its data source.
See also
CreateRow event, Progress.Data.CancelCreateRowEventArgs class