Microsoft.Xna.Framework
Class GameComponentCollectionEventArgs

java.lang.Object
  extended by System.EventArgs
      extended by Microsoft.Xna.Framework.GameComponentCollectionEventArgs

public class GameComponentCollectionEventArgs
extends System.EventArgs

Arguments used with events from the GameComponentCollection.

Author:
Halofreak1990

Field Summary
 
Fields inherited from class System.EventArgs
Empty
 
Constructor Summary
GameComponentCollectionEventArgs(IGameComponent gameComponent)
          Creates a new instance of GameComponentCollectionEventArgs.
 
Method Summary
 IGameComponent getGameComponent()
          Gets the GameComponent affected by the event.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameComponentCollectionEventArgs

public GameComponentCollectionEventArgs(IGameComponent gameComponent)
Creates a new instance of GameComponentCollectionEventArgs.

Parameters:
gameComponent - The GameComponent affected by the event.
Method Detail

getGameComponent

public IGameComponent getGameComponent()
Gets the GameComponent affected by the event.