Back to Devexpress

XafApplication Events

expressappframework-devexpress-dot-expressapp-dot-xafapplication-dot-underscore-events.md

latest10.5 KB
Original Source

XafApplication Events

Manages an XAF application.

NameDescription
CreateCustomCollectionSourceOccurs when creating a Collection Source for a List View.
CreateCustomDeviceSpecificModelDifferenceStoreOccurs when a storage for device-specific model differences is being created.
CreateCustomLogonAction
CreateCustomLogonParameterStoreOccurs both when reading and writing the last logon parameters, before creating the logon parameters storage.
CreateCustomLogonWindowControllersOccurs when creating Controllers for a Logon Window.
CreateCustomLogonWindowObjectSpaceOccurs when creating an Object Space for a Logon Window’s Detail View.
CreateCustomModelCacheManagerOccurs when the object used to manage saving and loading the Application Model cache is created.
CreateCustomModelCacheStreamThis event is intended for internal use. Handle the XafApplication.CreateCustomModelCacheManager event instead.
CreateCustomModelDifferenceStoreOccurs when a storage for model differences is being created.
CreateCustomObjectSpaceProviderOccurs when setting up the application.
CreateCustomPropertyCollectionSourceOccurs when creating a Collection Source for a nested List View that displays a collection property.
CreateCustomTemplateOccurs when creating a Template.
CreateCustomUserModelDifferenceStoreOccurs when a storage for end-user model differences is being created.
CustomCheckCompatibilityOccurs when the application accesses the database.
CustomizeFormattingCultureOccurs after a formatting culture has been set internally.
CustomizeLanguageOccurs after a language has been set for the application internally.
CustomizeLanguagesListOccurs when setting up the application.
CustomizeTemplateOccurs after a Template has been created.
CustomProcessShortcutOccurs when a View is created by its shortcut.
DashboardViewCreatedOccurs after a Dashboard View has been created.
DashboardViewCreatingOccurs when creating a Dashboard View.
DatabaseUpdaterCreatingOccurs when creating a database updater.
DatabaseVersionMismatchOccurs when the database should be synchronized with the application version.
DetailViewCreatedOccurs after a Detail View has been created.
DetailViewCreatingOccurs when creating a Detail View.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
FrameCreated
HandleShortcutProcessingExceptionFor internal use only.
LastLogonParametersReadOccurs after loading the last logon parameters from the settings storage to the logon object.
LastLogonParametersReadingOccurs before loading the last logon parameters from the settings storage to the logon object.
LastLogonParametersWritingOccurs before saving the logon Window‘s logon parameters to the settings storage.
ListViewCreatedOccurs after a List View is created.
ListViewCreatingOccurs when creating a List View.
LoggedOffOccurs after an end-user has logged off.
LoggedOnOccurs after an end-user has logged on.
LoggingOffOccurs when a user clicks the Log Off button.
LoggingOnOccurs when the Logon button on the logon Window is clicked.
LogonFailedOccurs when the logon fails.
ModelChangedOccurs when the Application Model instance returned by the XafApplication.Model property is changed.
ObjectSpaceCreatedOccurs after an Object Space has been created via the XafApplication.CreateObjectSpace method.
PropertyChangedOccurs when the XafApplication.ApplicationName, XafApplication.Security or XafApplication.Connection property is changed.
SettingUpOccurs before initializing the XafApplication class instance.
SetupCompleteOccurs after the XafApplication class instance has been initialized.
ShowViewStrategyChangedOccurs when the XafApplication.ShowViewStrategy object is changed.
StatusUpdatingOccurs when the XafApplication status is updated.
UserDifferencesLoadedOccurs after the user-defined Application Model differences are loaded.
ViewCreatedOccurs after a View has been created.
ViewCreatingOccurs when creating a View.
ViewShowingOccurs before showing a View.
ViewShownOccurs after a View is shown.

See Also

XafApplication Class

XafApplication Members

DevExpress.ExpressApp Namespace