Skip to main content
.NET 6.0+

StatusUpdatingEventArgs.AdditionalParams Property

Gets additional parameters associated with the status message.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public object[] AdditionalParams { get; }

Property Value

Type Description
Object[]

An array of additional parameters associated with the status message.

See Also