Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises an event after the control designer is loaded, but prior to rendering.
Namespace: Microsoft.Office.Excel.WebUI
Assembly: Microsoft.Office.Excel.WebUI (in Microsoft.Office.Excel.WebUI.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Private Sub OnDesignerPreRender ( _
e As EventArgs _
) Implements IDesignerEventAccessor.OnDesignerPreRender
'Usage
Dim instance As ExcelWebRenderer
Dim e As EventArgs
CType(instance, IDesignerEventAccessor).OnDesignerPreRender(e)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
void IDesignerEventAccessor.OnDesignerPreRender(
EventArgs e
)
Parameters
e
Type: System.EventArgsAn EventArgs object that contains the event data.
Implements
IDesignerEventAccessor.OnDesignerPreRender(EventArgs)