Back to Devexpress

WinApplication Events

expressappframework-devexpress-dot-expressapp-dot-win-dot-winapplication-dot-underscore-events.md

latest15.2 KB
Original Source

WinApplication Events

Manages a WinForms XAF application.

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

See Also

WinApplication Class

WinApplication Members

DevExpress.ExpressApp.Win Namespace