CancellableHResultEventArgs Class
Base class for cancellable BA «see T:System.EventArgs» classes.
Properties
Property | Description |
---|---|
Cancel | Gets or sets whether to cancel the operation. This is passed back to the engine. |
WixToolset.Mba.Core.dll
version 4.0.6+73c897383236ddbbbc6ba257634013c1269ceec2
Cancel Property
Gets or sets whether to cancel the operation. This is passed back to the engine.
Declaration
public bool Cancel { get; set; }