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

Comparing trunk/Win32/Sojaner.MemoryScanner/Events.cs (file contents):
Revision 408 by william, Thu Jun 21 18:10:21 2012 UTC vs.
Revision 446 by william, Sun Jun 2 19:52:03 2013 UTC

--- trunk/Win32/Sojaner.MemoryScanner/Events.cs	2012/06/21 18:10:21	408
+++ trunk/Win32/Sojaner.MemoryScanner/Events.cs	2013/06/02 19:52:03	446
@@ -42,6 +42,7 @@ namespace RomCheater.PluginFramework.Eve
         byte[] Data { get; }
         uint CurrentIndex { get; }
         uint TotalCount { get; }
+        bool Canceled { get; set; }
     };
     public class OnBytesReadEventArgs : BaseEventArgs, IOnBytesReadEventArgs
     {
@@ -60,6 +61,7 @@ namespace RomCheater.PluginFramework.Eve
         public byte[] Data { get; private set; }
         public uint CurrentIndex { get; private set; }
         public uint TotalCount { get; private set; }
+        public bool Canceled { get; set; }
         #endregion
     }
 #endregion