ResultEventArgs Class
Base class for «see T:System.EventArgs» classes that must return a «see P:WixToolset.Mba.Core.ResultEventArgs.Result» .
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Recommendation | Gets the recommended «see P:WixToolset.Mba.Core.ResultEventArgs.Result» of the operation. |
| Result | Gets or sets the «see P:WixToolset.Mba.Core.ResultEventArgs.Result» of the operation. This is passed back to the engine. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
Recommendation Property
Section titled “Recommendation Property”Gets the recommended «see P:WixToolset.Mba.Core.ResultEventArgs.Result» of the operation.
Declaration
Section titled “Declaration”public Result Recommendation { get; set; }Result Property
Section titled “Result Property”Gets or sets the «see P:WixToolset.Mba.Core.ResultEventArgs.Result» of the operation. This is passed back to the engine.
Declaration
Section titled “Declaration”public Result Result { get; set; }