Skip to content

ActionEventArgs`1 Class

Base class for «see T:System.EventArgs» classes that receive status from the engine and return an action.

PropertyDescription
ActionGets or sets the action to be performed. This is passed back to the engine.
RecommendationGets the recommended action from the engine.
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Gets or sets the action to be performed. This is passed back to the engine.

public T Action { get; set; }

Gets the recommended action from the engine.

public T Recommendation { get; set; }