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).
Return type:
Access:
Applies to:
EventHandlerName
(INPUT sender AS CLASS System.Object,INPUT args AS CLASS Progress.Data.CancelCreateRowEventArgs).Object reference to a CancelCreateRowEventArgs object 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.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |