Skip to main content

StatusEventArgs Class

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

Properties

PropertyDescription
StatusGets the return code of the operation.

WixToolset.Mba.Core.dll version 4.0.6+73c897383236ddbbbc6ba257634013c1269ceec2

Status Property

Gets the return code of the operation.

Declaration

public int Status { get; set; }