Share via


LogonSelector.OnSelectedIndexChanged method

Raises the SelectedIndexChanged event.

Namespace:  Microsoft.SharePoint.IdentityModel
Assembly:  Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)

Syntax

'Declaration
Protected Overrides Sub OnSelectedIndexChanged ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnSelectedIndexChanged(e)
protected override void OnSelectedIndexChanged(
    EventArgs e
)

Parameters

Remarks

This method redirects the client to the page where the selected provider performs authentication.

See also

Reference

LogonSelector class

LogonSelector members

Microsoft.SharePoint.IdentityModel namespace