C# Class Rock.Web.UI.Controls.Zone

Defines a Rock Zone on a page
Inheritance: System.Web.UI.WebControls.PlaceHolder
Afficher le fichier Open project: NewSpring/Rock

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

Method Details

OnInit() protected méthode

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Résultat void