Uses of Class
System.Event

Packages that use Event
Microsoft.Xna.Framework.Audio   
Microsoft.Xna.Framework.GamerServices   
Microsoft.Xna.Framework.Graphics   
 

Uses of Event in Microsoft.Xna.Framework.Audio
 

Fields in Microsoft.Xna.Framework.Audio declared as Event
 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 Event in Microsoft.Xna.Framework.GamerServices
 

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

Uses of Event in Microsoft.Xna.Framework.Graphics
 

Fields in Microsoft.Xna.Framework.Graphics declared as Event
 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
           
 Event<ResourceCreatedEventArgs> GraphicsDevice.ResourceCreated
           
 Event<ResourceDestroyedEventArgs> GraphicsDevice.ResourceDestroyed