DwRowChangeEventArgs.IsCancel Property
.NET Standard 2.x
Gets or sets a bool
value that indicates whether to cancel the action on the row. It can be used in the IDataStore.RowDeleting event to cancel the delete action.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
public bool IsCancel { get; set; }
Property Value
System.Boolean
A bool
value that indicates whether to cancel the action on the row.
Default is false
.
Applies to
.NET Standard
2.x