Прочитај на енглеском Уреди

Делите путем


LinqDataSourceView.Inserting Event

Definition

Occurs before an insert operation.

C#
public event EventHandler<System.Web.UI.WebControls.LinqDataSourceInsertEventArgs> Inserting;

Event Type

Remarks

Handle the Inserting event to validate the object to be inserted, to change a value before the insert operation, or to cancel the insert operation. For more information, see the LinqDataSource.Inserting event.

Applies to

Производ Верзије
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also