DVXP TEdit.NET 3.0

TableEditor.ProvideDefaultRowValues Event

Fired when a new row is created. Allows for providing default field values.

[Visual Basic]
Public Event ProvideDefaultRowValues As ProvideDefaultRowValuesEventHandler
[C#]
public event ProvideDefaultRowValuesEventHandler ProvideDefaultRowValues;

Event Data

The event handler receives an argument of type ProvideDefaultRowValuesEventArgs containing data related to this event. The following ProvideDefaultRowValuesEventArgs property provides information specific to this event.

PropertyDescription
Row The newly created row for which the field values can be set to a custom default

Remarks

Especially useful to generate field values when the showInEditPanel column configuration attribute is disabled. See also the SetEditControlValue event and the BeforeRowUpdate event.

See Also

TableEditor Class | DVXP.DXTableEditor Namespace