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

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.

See Also

Reference

AudiencePicker Class

AudiencePicker Members

Microsoft.SharePoint.Portal.WebControls Namespace