#if NET_2_0 namespace System.Web.UI { public class EventEntry { public EventEntry () { throw new NotImplementedException (); } public string HandlerMethodName { get { throw new NotImplementedException (); } set { throw new NotImplementedException (); } } public Type HandlerType { get { throw new NotImplementedException (); } set { throw new NotImplementedException (); } } public string Name { get { throw new NotImplementedException (); } set { throw new NotImplementedException (); } } } } #endif