Skip to main content
.NET 6.0+

XafApplication.UserDifferencesLoaded Event

Occurs after the user-defined Application Model differences are loaded.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public event EventHandler<EventArgs> UserDifferencesLoaded

Event Data

The UserDifferencesLoaded event's data class is EventArgs.

See Also