C# Class Sitecore.SharedSource.Analytics.Controls.AnalyticsControl

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: Velir/Sitecore-Analytics

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
RaiseDebugInfoEvent ( ) : void
RaiseDebugInfoEvent_AddControl ( ) : void

When called the calling UserControl is added to the list

Méthodes protégées

Méthode Description
AnalyticsControl_DebugInfoEvent ( object sender, EventArgs e ) : void
OnInit ( EventArgs e ) : void

Method Details

AnalyticsControl_DebugInfoEvent() protected méthode

protected AnalyticsControl_DebugInfoEvent ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

RaiseDebugInfoEvent() public méthode

public RaiseDebugInfoEvent ( ) : void
Résultat void

RaiseDebugInfoEvent_AddControl() public méthode

When called the calling UserControl is added to the list
public RaiseDebugInfoEvent_AddControl ( ) : void
Résultat void