Edit

Share via


ControlAdapter.OnPreRender(EventArgs) Method

Definition

Called by the control's OnPreRender(EventArgs) method, to perform adapter-specific work prior to rendering. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public virtual void OnPreRender(EventArgs e);

Parameters

e
EventArgs

An object (defined by EventArgs) that contains event data.

Implements

Applies to

See also