Share via


LiveConnectSessionChangedEventArgs(LiveConnectSession) constructor

Initializes a new instance of LiveConnectSessionChangedEventArgs.

Note

This member is available only for Windows Phone apps. For Windows Store apps, use LiveAuthClient.LoginAsync to build a sign-in control.

Syntax

LiveConnectSessionChangedEventArgs LiveConnectSessionChangedEventArgs(
  LiveConnectSession newSession
)
Sub New (
  newSession As LiveConnectSession 
) As LiveConnectSessionChangedEventArgs

Parameters

Return value

Type: LiveConnectSessionChangedEventArgs

An initialized instance of the class.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Microsoft.Live.Controls

Assembly

Microsoft.Live.dll

See also

LiveConnectSessionChangedEventArgs

LiveConnectSessionChangedEventArgs(System.Exception)