Back to Devexpress

XafApplication.PropertyChanged Event

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

latest1.9 KB
Original Source

XafApplication.PropertyChanged Event

Occurs when the XafApplication.ApplicationName, XafApplication.Security or XafApplication.Connection property is changed.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[Browsable(false)]
public event PropertyChangedEventHandler PropertyChanged
vb
<Browsable(False)>
Public Event PropertyChanged As PropertyChangedEventHandler

Event Data

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

PropertyDescription
PropertyNameGets the name of the property that changed.

Remarks

To determine what property has changed, use the handler’s PropertyChangedEventArgs.PropertyName parameter.

See Also

XafApplication Class

XafApplication Members

DevExpress.ExpressApp Namespace