Share via


SignInButton.SessionChanged event

Raises change notifications when the value of the Session property is changed.

Note

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

Syntax

public event EventHandler<LiveConnectSessionChangedEventArgs> SessionChanged
Public Event SessionChanged As EventHandler<LiveConnectSessionChangedEventArgs>

Event information

Delegate

EventHandler<LiveConnectSessionChangedEventArgs>

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

SignInButton