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.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Status Property

Gets the return code of the operation.

Declaration

public int Status { get; set; }