if apply Async Targeting Pack for Microsoft Visual Studio 2012, want to know if developer still need to care about release event handler to avoid memory leak?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Async Targeting Pack has no impact on events and event handlers. It merely adds the extra functionality required to target .NET 4 with the new async/await syntax, which is completely unrelated to events and event handling.