System.Web.UI.Control.HasEvents C# (CSharp) Method

HasEvents() protected method

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