ApplicationInstanceConnectionSettingsInitialized - событие |
Событие, выполняемое после инициализации настроек подключения к базе данных.
Пространство имён:
Tessa.Platform.Runtime
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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>
Значение
Тип:
SystemEventHandlerApplicationContextDeferredEventArgsРеализации
IApplicationConnectionSettingsInitializedСм. также