Skip to main content
A newer version of this page is available. .

StatusUpdatingEventArgs.AdditionalParams Property

Gets additional parameters associated with the status message.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public object[] AdditionalParams { get; }

Property Value

Type Description
Object[]

An array of additional parameters associated with the status message.

See Also