SignedInEventArgs Constructor
Creates a new instance of SignedInEventArgs.
Syntax
'Declaration
Public Sub New ( _
gamer As SignedInGamer _
)
public SignedInEventArgs (
SignedInGamer gamer
)
public:
SignedInEventArgs(
SignedInGamer gamer
)
Parameters
- gamer
Type: SignedInGamer
The gamer that just signed in.
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
SignedInEventArgs Class
SignedInEventArgs Members
Microsoft.Xna.Framework.GamerServices Namespace
Platforms
Windows Phone