Uses of Class
Microsoft.Xna.Framework.GameComponentCollectionEventArgs

Packages that use GameComponentCollectionEventArgs
Microsoft.Xna.Framework   
 

Uses of GameComponentCollectionEventArgs in Microsoft.Xna.Framework
 

Fields in Microsoft.Xna.Framework with type parameters of type GameComponentCollectionEventArgs
 System.Event<GameComponentCollectionEventArgs> GameComponentCollection.ComponentAdded
          Raised when a component is added to the GameComponentCollection.
 System.Event<GameComponentCollectionEventArgs> GameComponentCollection.ComponentRemoved
          Raised when a component is removed from the GameComponentCollection.