C# Class Engage.Dnn.Booking.SettingsBase

This class extends the framework version in order for developers to add on any specific methods/behavior.
Inheritance: Framework.SettingsBase
Afficher le fichier Open project: EngageSoftware/Engage-Booking

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Raises the Control.Init event.

Method Details

OnInit() protected méthode

Raises the Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
Résultat void