Skip to main content

ResultEventArgs Class

Base class for «see T:System.EventArgs» classes that must return a «see P:WixToolset.Mba.Core.ResultEventArgs.Result» .

Properties

PropertyDescription
RecommendationGets the recommended «see P:WixToolset.Mba.Core.ResultEventArgs.Result» of the operation.
ResultGets 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.6+73c897383236ddbbbc6ba257634013c1269ceec2

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; }