Parent Directory
|
Revision Log
|
Patch
--- 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 @@ byte[] Data { get; } uint CurrentIndex { get; } uint TotalCount { get; } + bool Canceled { get; set; } }; public class OnBytesReadEventArgs : BaseEventArgs, IOnBytesReadEventArgs { @@ -60,6 +61,7 @@ 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
ViewVC Help | |
Powered by ViewVC 1.1.22 |