DeviceSpecific.PreRender Event

Definition

Occurs when the control is about to be rendered to its containing MobilePage object. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

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

Applies to