Class GameComponentCollectionEventArgs
Arguments for the ComponentAdded and ComponentRemoved events.
public class GameComponentCollectionEventArgs : EventArgs
- Inheritance
-
GameComponentCollectionEventArgs
- Inherited Members
Constructors
GameComponentCollectionEventArgs(IGameComponent)
Create a GameComponentCollectionEventArgs instance.
public GameComponentCollectionEventArgs(IGameComponent gameComponent)
Parameters
gameComponent
IGameComponentThe IGameComponent that the event notifies about.
Properties
GameComponent
The IGameComponent that the event notifies about.
public IGameComponent GameComponent { get; }