AppManagerApplicationInstanceConnectionSettingsInitialized - событие
Событие, выполняемое после инициализации настроек подключения к базе данных.
Пространство имён: Tessa.UI.AppManagerСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public event EventHandler<ApplicationContextDeferredEventArgs> ConnectionSettingsInitialized
Public Event ConnectionSettingsInitialized As EventHandler(Of ApplicationContextDeferredEventArgs)
public:
virtual event EventHandler<ApplicationContextDeferredEventArgs^>^ ConnectionSettingsInitialized {
void add (EventHandler<ApplicationContextDeferredEventArgs^>^ value);
void remove (EventHandler<ApplicationContextDeferredEventArgs^>^ value);
}
abstract ConnectionSettingsInitialized : IEvent<EventHandler<ApplicationContextDeferredEventArgs>,
ApplicationContextDeferredEventArgs>
override ConnectionSettingsInitialized : IEvent<EventHandler<ApplicationContextDeferredEventArgs>,
ApplicationContextDeferredEventArgs>
EventHandlerApplicationContextDeferredEventArgsIApplicationConnectionSettingsInitialized