Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XafApplication.UserDifferencesLoaded Event

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public event EventHandler<EventArgs> UserDifferencesLoaded

Event Data

The UserDifferencesLoaded event's data class is EventArgs.

See Also