// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /* * Information Contained Herein is Proprietary and Confidential. */ namespace System { using System; //| public delegate void EventHandler(Object sender, EventArgs e); }