DwUpdateEventArgs.IsCancel Property
.NET Standard 2.x
Gets or sets a bool
value that indicates whether to cancel the retrieval. It can be used in the IDataStore.UpdateStart event.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
public bool IsCancel { get; set; }
Return
System.Boolean
A bool
value that indicates whether to cancel the update.
Default is false
.
Applies to
.NET Standard
2.x