Content.Load Event

Definition

Occurs when the server control is loaded into the Page control.

public:
 event EventHandler ^ Load;
[System.ComponentModel.Browsable(false)]
public event EventHandler Load;
[<System.ComponentModel.Browsable(false)>]
member this.Load : EventHandler 
Public Custom Event Load As EventHandler 

Event Type

Attributes

Remarks

The Load event is never invoked and does not appear in visual designers.

Applies to

See also