Share via


SignedOutEventArgs Constructor

Creates a new instance of SignedOutEventArgs.

Syntax

'Declaration
Public Sub New ( _
         gamer As SignedInGamer _
)
public SignedOutEventArgs (
         SignedInGamer gamer
)
public:
SignedOutEventArgs(
         SignedInGamer gamer
)

Parameters

Exceptions

Exception type Condition
ArgumentNullException gamer is null.

Requirements

Namespace: Microsoft.Xna.Framework.GamerServices

Assembly: Microsoft.Xna.Framework.GamerServices (in microsoft.xna.framework.gamerservices.dll)

See Also

Reference

SignedOutEventArgs Class
SignedOutEventArgs Members
Microsoft.Xna.Framework.GamerServices Namespace

Platforms

Windows Phone