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

Inheritance: System.Web.UI.UserControl
Datei anzeigen Open project: Velir/Sitecore-Analytics

Private Properties

Property Type Description

Public Methods

Method Description
RaiseDebugInfoEvent ( ) : void
RaiseDebugInfoEvent_AddControl ( ) : void

When called the calling UserControl is added to the list

Protected Methods

Method Description
AnalyticsControl_DebugInfoEvent ( object sender, EventArgs e ) : void
OnInit ( EventArgs e ) : void

Method Details

AnalyticsControl_DebugInfoEvent() protected method

protected AnalyticsControl_DebugInfoEvent ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

RaiseDebugInfoEvent() public method

public RaiseDebugInfoEvent ( ) : void
return void

RaiseDebugInfoEvent_AddControl() public method

When called the calling UserControl is added to the list
public RaiseDebugInfoEvent_AddControl ( ) : void
return void