Return type:
Access:
Applies to:
Delegate:
EventHandlerName
(INPUT sender AS CLASS System.Object,INPUT args AS CLASS Progress.Data.CreateRowEventArgs).Object reference to the BindingSource object instance that published the event.Object reference to a CreateRowEventArgs object instance containing arguments for the event.If the record was successfully created, set the Created property for the CreateRowEventArgs object to TRUE (the default value). If the record was not successfully created, set the Created property to FALSE.
Caution: After creating a row, do not reopen the query or invoke the Refresh( ) method as this might produce unexpected results.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |