SPSecurityTrimmedControl.IDesignerEventAccessor.OnDesignerPreRender method

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

Syntax

'Declaration
Private Sub OnDesignerPreRender ( _
    e As EventArgs _
) Implements IDesignerEventAccessor.OnDesignerPreRender
'Usage
Dim instance As SPSecurityTrimmedControl
Dim e As EventArgs

CType(instance, IDesignerEventAccessor).OnDesignerPreRender(e)
void IDesignerEventAccessor.OnDesignerPreRender(
    EventArgs e
)

Parameters

  • e
    Type: System.EventArgs

    An EventArgs object that contains the OnDesignerPreRender data.

Implements

IDesignerEventAccessor.OnDesignerPreRender(EventArgs)

See also

Reference

SPSecurityTrimmedControl class

SPSecurityTrimmedControl members

Microsoft.SharePoint.WebControls namespace