Content.PreRender Event

Definition

Occurs when the server control is about to render to its containing Page control.

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

Event Type

Attributes

Remarks

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

Applies to

See also