<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="nl"> <head> <!-- Generated by javadoc (version 1.7.0_40) on Tue Oct 15 12:25:35 CEST 2013 --> <title>Uses of Class System.Event</title> <meta name="date" content="2013-10-15"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class System.Event"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../System/Event.html" title="class in System">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-files/index-1.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../index.html?System/class-use/Event.html" target="_top">Frames</a></li> <li><a href="Event.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class System.Event" class="title">Uses of Class<br>System.Event</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../System/Event.html" title="class in System">Event</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#Microsoft.Xna.Framework.Audio">Microsoft.Xna.Framework.Audio</a></td> <td class="colLast"> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#Microsoft.Xna.Framework.GamerServices">Microsoft.Xna.Framework.GamerServices</a></td> <td class="colLast"> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#Microsoft.Xna.Framework.Graphics">Microsoft.Xna.Framework.Graphics</a></td> <td class="colLast"> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#Microsoft.Xna.Framework.Storage">Microsoft.Xna.Framework.Storage</a></td> <td class="colLast"> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="Microsoft.Xna.Framework.Audio"> <!-- --> </a> <h3>Uses of <a href="../../System/Event.html" title="class in System">Event</a> in <a href="../../Microsoft/Xna/Framework/Audio/package-summary.html">Microsoft.Xna.Framework.Audio</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../Microsoft/Xna/Framework/Audio/package-summary.html">Microsoft.Xna.Framework.Audio</a> declared as <a href="../../System/Event.html" title="class in System">Event</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../System/Event.html" title="class in System">Event</a><<a href="../../System/EventArgs.html" title="class in System">EventArgs</a>></code></td> <td class="colLast"><span class="strong">DynamicSoundEffectInstance.</span><code><strong><a href="../../Microsoft/Xna/Framework/Audio/DynamicSoundEffectInstance.html#BufferNeeded">BufferNeeded</a></strong></code> <div class="block">Event that occurs when the number of audio capture buffers awaiting playback is less than or equal to two.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="Microsoft.Xna.Framework.GamerServices"> <!-- --> </a> <h3>Uses of <a href="../../System/Event.html" title="class in System">Event</a> in <a href="../../Microsoft/Xna/Framework/GamerServices/package-summary.html">Microsoft.Xna.Framework.GamerServices</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../Microsoft/Xna/Framework/GamerServices/package-summary.html">Microsoft.Xna.Framework.GamerServices</a> declared as <a href="../../System/Event.html" title="class in System">Event</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../System/Event.html" title="class in System">Event</a><<a href="../../System/EventArgs.html" title="class in System">EventArgs</a>></code></td> <td class="colLast"><span class="strong">GamerServicesDispatcher.</span><code><strong><a href="../../Microsoft/Xna/Framework/GamerServices/GamerServicesDispatcher.html#InstallingTitleUpdate">InstallingTitleUpdate</a></strong></code> <div class="block">Notifies the game when a Games for Windows - LIVE title update is being installed</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../System/Event.html" title="class in System">Event</a><<a href="../../Microsoft/Xna/Framework/GamerServices/SignedInEventArgs.html" title="class in Microsoft.Xna.Framework.GamerServices">SignedInEventArgs</a>></code></td> <td class="colLast"><span class="strong">SignedInGamer.</span><code><strong><a href="../../Microsoft/Xna/Framework/GamerServices/SignedInGamer.html#SignedIn">SignedIn</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../System/Event.html" title="class in System">Event</a><<a href="../../Microsoft/Xna/Framework/GamerServices/SignedOutEventArgs.html" title="class in Microsoft.Xna.Framework.GamerServices">SignedOutEventArgs</a>></code></td> <td class="colLast"><span class="strong">SignedInGamer.</span><code><strong><a href="../../Microsoft/Xna/Framework/GamerServices/SignedInGamer.html#SignedOut">SignedOut</a></strong></code> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="Microsoft.Xna.Framework.Graphics"> <!-- --> </a> <h3>Uses of <a href="../../System/Event.html" title="class in System">Event</a> in <a href="../../Microsoft/Xna/Framework/Graphics/package-summary.html">Microsoft.Xna.Framework.Graphics</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../Microsoft/Xna/Framework/Graphics/package-summary.html">Microsoft.Xna.Framework.Graphics</a> declared as <a href="../../System/Event.html" title="class in System">Event</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../System/Event.html" title="class in System">Event</a><<a href="../../System/EventArgs.html" title="class in System">EventArgs</a>></code></td> <td class="colLast"><span class="strong">RenderTargetCube.</span><code><strong><a href="../../Microsoft/Xna/Framework/Graphics/RenderTargetCube.html#ContentLost">ContentLost</a></strong></code> <div class="block">Occurs when a resource is lost due to a device being lost.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../System/Event.html" title="class in System">Event</a><<a href="../../System/EventArgs.html" title="class in System">EventArgs</a>></code></td> <td class="colLast"><span class="strong">RenderTarget2D.</span><code><strong><a href="../../Microsoft/Xna/Framework/Graphics/RenderTarget2D.html#ContentLost">ContentLost</a></strong></code> <div class="block">Occurs when resources are lost due to a lost device event.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../System/Event.html" title="class in System">Event</a><<a href="../../System/EventArgs.html" title="class in System">EventArgs</a>></code></td> <td class="colLast"><span class="strong">DynamicVertexBuffer.</span><code><strong><a href="../../Microsoft/Xna/Framework/Graphics/DynamicVertexBuffer.html#ContentLost">ContentLost</a></strong></code> <div class="block">Occurs when resources are lost due to a lost device event.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../System/Event.html" title="class in System">Event</a><<a href="../../System/EventArgs.html" title="class in System">EventArgs</a>></code></td> <td class="colLast"><span class="strong">DynamicIndexBuffer.</span><code><strong><a href="../../Microsoft/Xna/Framework/Graphics/DynamicIndexBuffer.html#ContentLost">ContentLost</a></strong></code> <div class="block">Occurs when resources are lost due to a lost device event.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../System/Event.html" title="class in System">Event</a><<a href="../../System/EventArgs.html" title="class in System">EventArgs</a>></code></td> <td class="colLast"><span class="strong">GraphicsDevice.</span><code><strong><a href="../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#DeviceLost">DeviceLost</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../System/Event.html" title="class in System">Event</a><<a href="../../System/EventArgs.html" title="class in System">EventArgs</a>></code></td> <td class="colLast"><span class="strong">GraphicsDevice.</span><code><strong><a href="../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#DeviceReset">DeviceReset</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../System/Event.html" title="class in System">Event</a><<a href="../../System/EventArgs.html" title="class in System">EventArgs</a>></code></td> <td class="colLast"><span class="strong">GraphicsDevice.</span><code><strong><a href="../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#DeviceResetting">DeviceResetting</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../System/Event.html" title="class in System">Event</a><<a href="../../System/EventArgs.html" title="class in System">EventArgs</a>></code></td> <td class="colLast"><span class="strong">GraphicsResource.</span><code><strong><a href="../../Microsoft/Xna/Framework/Graphics/GraphicsResource.html#Disposing">Disposing</a></strong></code> <div class="block">Occurs when Dispose is called or when this object is finalized and collected by the garbage collector of the Microsoft .NET common language runtime.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../System/Event.html" title="class in System">Event</a><<a href="../../System/EventArgs.html" title="class in System">EventArgs</a>></code></td> <td class="colLast"><span class="strong">GraphicsDevice.</span><code><strong><a href="../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#Disposing">Disposing</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../System/Event.html" title="class in System">Event</a><<a href="../../Microsoft/Xna/Framework/Graphics/ResourceCreatedEventArgs.html" title="class in Microsoft.Xna.Framework.Graphics">ResourceCreatedEventArgs</a>></code></td> <td class="colLast"><span class="strong">GraphicsDevice.</span><code><strong><a href="../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#ResourceCreated">ResourceCreated</a></strong></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../System/Event.html" title="class in System">Event</a><<a href="../../Microsoft/Xna/Framework/Graphics/ResourceDestroyedEventArgs.html" title="class in Microsoft.Xna.Framework.Graphics">ResourceDestroyedEventArgs</a>></code></td> <td class="colLast"><span class="strong">GraphicsDevice.</span><code><strong><a href="../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#ResourceDestroyed">ResourceDestroyed</a></strong></code> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="Microsoft.Xna.Framework.Storage"> <!-- --> </a> <h3>Uses of <a href="../../System/Event.html" title="class in System">Event</a> in <a href="../../Microsoft/Xna/Framework/Storage/package-summary.html">Microsoft.Xna.Framework.Storage</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../Microsoft/Xna/Framework/Storage/package-summary.html">Microsoft.Xna.Framework.Storage</a> declared as <a href="../../System/Event.html" title="class in System">Event</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../System/Event.html" title="class in System">Event</a><<a href="../../System/EventArgs.html" title="class in System">EventArgs</a>></code></td> <td class="colLast"><span class="strong">StorageDevice.</span><code><strong><a href="../../Microsoft/Xna/Framework/Storage/StorageDevice.html#DeviceChanged">DeviceChanged</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../System/Event.html" title="class in System">Event</a><<a href="../../System/EventArgs.html" title="class in System">EventArgs</a>></code></td> <td class="colLast"><span class="strong">StorageContainer.</span><code><strong><a href="../../Microsoft/Xna/Framework/Storage/StorageContainer.html#Disposing">Disposing</a></strong></code> <div class="block">Occurs when Dispose is called or when this object is finalized and collected by the garbage collector of the Microsoft .NET common language runtime.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../System/Event.html" title="class in System">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-files/index-1.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../index.html?System/class-use/Event.html" target="_top">Frames</a></li> <li><a href="Event.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>