//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //------------------------------------------------------------------------------ namespace System.ComponentModel { using System.Security.Permissions; [HostProtection(SharedState = true)] public delegate void AsyncCompletedEventHandler(object sender, AsyncCompletedEventArgs e); }