SPSecurityTrimmedControl.IDesignerEventAccessor.OnDesignerLoad method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Sub OnDesignerLoad ( _
e As EventArgs _
) Implements IDesignerEventAccessor.OnDesignerLoad
'Usage
Dim instance As SPSecurityTrimmedControl
Dim e As EventArgs
CType(instance, IDesignerEventAccessor).OnDesignerLoad(e)
void IDesignerEventAccessor.OnDesignerLoad(
EventArgs e
)
Parameters
e
Type: System.EventArgsThe HtmlTextWriter object that receives the server control content.
Implements
IDesignerEventAccessor.OnDesignerLoad(EventArgs)
See also
Reference
SPSecurityTrimmedControl class