Table of Contents

Class GameComponentCollectionEventArgs

Namespace
Microsoft.Xna.Framework
Assembly
MonoGame.Framework.dll

Arguments for the ComponentAdded and ComponentRemoved events.

public class GameComponentCollectionEventArgs : EventArgs
Inheritance
GameComponentCollectionEventArgs
Inherited Members

Constructors

GameComponentCollectionEventArgs(IGameComponent)

public GameComponentCollectionEventArgs(IGameComponent gameComponent)

Parameters

gameComponent IGameComponent

The IGameComponent that the event notifies about.

Properties

GameComponent

The IGameComponent that the event notifies about.

public IGameComponent GameComponent { get; }

Property Value

IGameComponent