Partilhar via


GameComponentCollectionEventArgs Constructor

Creates a new instance of GameComponentCollectionEventArgs.

Syntax

'Declaration
Public Sub New ( _
         gameComponent As IGameComponent _
)
public GameComponentCollectionEventArgs (
         IGameComponent gameComponent
)
public:
GameComponentCollectionEventArgs(
         IGameComponent gameComponent
)

Parameters

  • gameComponent
    Type: IGameComponent
    The game component affected by the event.

Requirements

Namespace: Microsoft.Xna.Framework

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

See Also

Reference

GameComponentCollectionEventArgs Class
GameComponentCollectionEventArgs Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone