Table of Contents

Class LoginCompletedEventArgs

Namespace
Tudormobile.Strava.UI.Views
Assembly
Tudormobile.Strava.UI.dll

Event arguments for the login completed event used to indicate success or failure of a login attempt.

public class LoginCompletedEventArgs : RoutedEventArgs
Inheritance
LoginCompletedEventArgs
Inherited Members

Constructors

LoginCompletedEventArgs(RoutedEvent, bool?)

Initializes a new instance of the LoginCompletedEventArgs class.

public LoginCompletedEventArgs(RoutedEvent e, bool? success = false)

Parameters

e RoutedEvent

The routed event associated with this data.

success bool?

(Optional) True if login was successful.

Properties

IsSuccess

True if login was successful.

public bool IsSuccess { get; init; }

Property Value

bool