[
  {
    "Id": "1337078",
    "ThreadId": "576242",
    "Html": "I'm using this code;<br />\n<pre><code>using (ZipFile zip = ZipFile.Read(FileName))\n        {\n            zip.ExtractProgress += ExtractProgressHandler;    \n            zip.ReadProgress += ReadProgressHandler;\n            zip.ExtractAll(System.AppDomain.CurrentDomain.BaseDirectory + Library + zip.Comment,ExtractExistingFileAction.OverwriteSilently);               \n        }\n</code></pre>\n\nBut, ReadProgress event never fires. I think i need to add event handler before using ZipFile.Read(). But i don't know how to do.<br />\n",
    "PostedDate": "2014-12-24T19:12:53.583-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]