Relativity.DataExchange.Process.StatusBarEventArgs
Represents the status bar event argument data. This class cannot be inherited.
namespace Relativity.DataExchange.Process
{
public sealed class StatusBarEventArgs : EventArgs
{
public string Message { get; }
public string PopupText { get; }
public StatusBarEventArgs(string message, string popupText);
}
}