ResultEventArgs Class
Base class for «see T:System.EventArgs» classes that must return a «see P:WixToolset.Mba.Core.ResultEventArgs.Result» .
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
Gets the recommended «see P:WixToolset.Mba.Core.ResultEventArgs.Result» of the operation.
Declaration
public Result Recommendation { get; set; }
Result Property
Gets or sets the «see P:WixToolset.Mba.Core.ResultEventArgs.Result» of the operation. This is passed back to the engine.
Declaration
public Result Result { get; set; }