SPControlDesigner.OnLoadComplete Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub OnLoadComplete ( _
sender As Object, _
e As EventArgs _
)
'Usage
Dim instance As SPControlDesigner
Dim sender As Object
Dim e As EventArgs
instance.OnLoadComplete(sender, e)
public void OnLoadComplete(
Object sender,
EventArgs e
)
Parameters
- sender
Type: System.Object
- e
Type: System.EventArgs