DataListCancelEventArgsCancel Property

Get or set whether or not the event is canceled

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool Cancel { get; set; }

Property Value

Boolean

Remarks

Set this to true to cancel the event

See Also