C# Класс Engage.Dnn.Booking.SettingsBase

This class extends the framework version in order for developers to add on any specific methods/behavior.
Наследование: Framework.SettingsBase
Показать файл Открыть проект

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void

Raises the Control.Init event.

Описание методов

OnInit() защищенный Метод

Raises the Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
Результат void