Uses of Class
System.EventArgs

Packages that use EventArgs
Microsoft.Xna.Framework.Audio   
Microsoft.Xna.Framework.GamerServices   
Microsoft.Xna.Framework.Graphics   
System   
 

Uses of EventArgs in Microsoft.Xna.Framework.Audio
 

Fields in Microsoft.Xna.Framework.Audio with type parameters of type EventArgs
 Event<EventArgs> DynamicSoundEffectInstance.BufferNeeded
          Event that occurs when the number of audio capture buffers awaiting playback is less than or equal to two.
 

Uses of EventArgs in Microsoft.Xna.Framework.GamerServices
 

Fields in Microsoft.Xna.Framework.GamerServices with type parameters of type EventArgs
static Event<EventArgs> GamerServicesDispatcher.InstallingTitleUpdate
          Notifies the game when a Games for Windows - LIVE title update is being installed
 

Uses of EventArgs in Microsoft.Xna.Framework.Graphics
 

Subclasses of EventArgs in Microsoft.Xna.Framework.Graphics
 class ResourceCreatedEventArgs
           
 class ResourceDestroyedEventArgs
           
 

Fields in Microsoft.Xna.Framework.Graphics with type parameters of type EventArgs
 Event<EventArgs> GraphicsDevice.DeviceLost
           
 Event<EventArgs> GraphicsDevice.DeviceReset
           
 Event<EventArgs> GraphicsDevice.DeviceResetting
           
 Event<EventArgs> GraphicsResource.Disposing
          Occurs when Dispose is called or when this object is finalized and collected by the garbage collector of the Microsoft .NET common language runtime.
 Event<EventArgs> GraphicsDevice.Disposing
           
 

Methods in Microsoft.Xna.Framework.Graphics with parameters of type EventArgs
protected  void GraphicsResource.raise_disposing(java.lang.Object sender, EventArgs e)
           
 

Uses of EventArgs in System
 

Classes in System with type parameters of type EventArgs
 class Event<T extends EventArgs>
          Base class for all events in JavaXNA.
 

Fields in System declared as EventArgs
static EventArgs EventArgs.Empty
          Represents an event with no event data.