AudiencePicker.OnLoad Method
Handles the Load() event.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Sub OnLoad ( _
sender As Object, _
rgea As EventArgs _
)
'Usage
Dim sender As Object
Dim rgea As EventArgs
Me.OnLoad(sender, rgea)
protected void OnLoad(
Object sender,
EventArgs rgea
)
Parameters
- sender
Type: System.Object
The source of the event.
- rgea
Type: System.EventArgs
The data for the event.
Remarks
The method updates the audience lists based on the hidden form field and prepares the ECMAScript (JavaScript, JScript) for generating the audience arrays on the client side.