Share via


DocumentTransformersInfo.OnPreRender method

NOTE: This API is now obsolete.

This member overrides FormComponent.OnPreRender(EventArgs).

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("This member is obsolete.", False)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Protected Overrides Sub OnPreRender ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnPreRender(e)
[ObsoleteAttribute("This member is obsolete.", false)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
protected override void OnPreRender(
    EventArgs e
)

Parameters

See also

Reference

DocumentTransformersInfo class

DocumentTransformersInfo members

Microsoft.SharePoint.WebControls namespace