Back to Devexpress

XafApplication.UpdateStatus(String, String, String, Object[]) Method

expressappframework-devexpress-dot-expressapp-dot-xafapplication-dot-updatestatus-x28-system-dot-string-system-dot-string-system-dot-string-system-dot-object-x29.md

latest1.9 KB
Original Source

XafApplication.UpdateStatus(String, String, String, Object[]) Method

Triggers the XafApplication.StatusUpdating event.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public virtual void UpdateStatus(
    string context,
    string title,
    string message,
    params object[] additionalParams
)
vb
Public Overridable Sub UpdateStatus(
    context As String,
    title As String,
    message As String,
    ParamArray additionalParams As Object()
)

Parameters

NameTypeDescription
contextString

A string that specifies the current context.

| | title | String |

A string that specifies the status message title.

| | message | String |

A string that specifies the status message.

| | additionalParams | Object[] |

An array of additional parameters associated with the status message.

|

See Also

XafApplication Class

XafApplication Members

DevExpress.ExpressApp Namespace