Back to Devexpress

XafApplication.StatusUpdating Event

expressappframework-devexpress-dot-expressapp-dot-xafapplication-b14cf49b.md

latest1.8 KB
Original Source

XafApplication.StatusUpdating Event

Occurs when the XafApplication status is updated.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public event EventHandler<StatusUpdatingEventArgs> StatusUpdating
vb
Public Event StatusUpdating As EventHandler(Of StatusUpdatingEventArgs)

Event Data

The StatusUpdating event's data class is StatusUpdatingEventArgs. The following properties provide information specific to this event:

PropertyDescription
AdditionalParamsGets additional parameters associated with the status message.
ContextGets the current context.
MessageGets the status message.
TitleGets the status message title.

See Also

XafApplication Class

XafApplication Members

DevExpress.ExpressApp Namespace