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 when the control designer loads.
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 OnDesignerLoad ( _
e As EventArgs _
) Implements IDesignerEventAccessor.OnDesignerLoad
'Usage
Dim instance As ExcelWebRenderer
Dim e As EventArgs
CType(instance, IDesignerEventAccessor).OnDesignerLoad(e)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
void IDesignerEventAccessor.OnDesignerLoad(
EventArgs e
)
Parameters
e
Type: System.EventArgsAn EventArgs object that contains the event data.
Implements
IDesignerEventAccessor.OnDesignerLoad(EventArgs)