Version

OnPreRender Method (WebMonthView)

Performs pre-render processing.
Syntax
'Declaration
 
Protected Overrides Sub OnPreRender( _
   ByVal e As EventArgs _
) 
protected override void OnPreRender( 
   EventArgs e
)

Parameters

e
Event arguments passed-in by the ASP.NET Framework during the PreRender stage of the page lifecycle.
Remarks

Inheritors overriding this method must call the base class implementation. Failure to call the base implementation can lead to Javascript errors resulting from omitting <include> blocks, a loss of styling from the element, and other undesirable behavior.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also