System.Web.UI.Control.HasEvents C# (CSharp) 메소드

HasEvents() 보호된 메소드

protected HasEvents ( ) : bool
리턴 bool
		protected bool HasEvents ()
		{
			return _events != null;
		}