XafApplication.PropertyChanged Event
Occurs when the XafApplication.ApplicationName, XafApplication.Security or XafApplication.Connection property is changed.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Event Data
The PropertyChanged event's data class is PropertyChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
PropertyName | Gets the name of the property that changed. |
Remarks
To determine what property has changed, use the handler’s PropertyChangedEventArgs.PropertyName parameter.
See Also