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 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
e
Type: System.EventArgsThe data for the event.
Remarks
This method redirects the client to the page where the selected provider performs authentication.