ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.PluginFramework/Events/IAcceptsMemoryAddress.cs
(Generate patch)

Comparing trunk/RomCheater.PluginFramework/Events/IAcceptsMemoryAddress.cs (file contents):
Revision 286 by william, Sun Jun 3 22:04:37 2012 UTC vs.
Revision 287 by william, Tue Jun 5 08:52:07 2012 UTC

--- trunk/RomCheater.PluginFramework/Events/IAcceptsMemoryAddress.cs	2012/06/05 02:19:13	286
+++ trunk/RomCheater.PluginFramework/Events/IAcceptsMemoryAddress.cs	2012/06/05 08:52:07	287
@@ -12,7 +12,7 @@ namespace RomCheater.PluginFramework.Eve
 
     public interface IAcceptsBrowseMemoryRegion
     {
-        BaseEventHandler<BrowseMemoryRegionEvent> OnBrowseMemoryRegion { get; set; }
+        event BaseEventHandler<BrowseMemoryRegionEvent> OnBrowseMemoryRegion;
     }
 
     public interface IBrowseMemoryRegionEvent