TemplateControl.AutoHandlers Property
.NET Framework 2.0
This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.
NOTE: This property is now obsolete.
The AutoHandlers property has been deprecated in ASP.NET NET 2.0. It is used by generated classes and is not intended for use within your code. Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
[ObsoleteAttribute(L"Use of this property is not recommended because it is no longer useful. http://go.microsoft.com/fwlink/?linkid=14202")] protected: virtual property int AutoHandlers { int get (); void set (int value); }
/** @property */ protected int get_AutoHandlers () /** @property */ protected void set_AutoHandlers (int value)
protected function get AutoHandlers () : int protected function set AutoHandlers (value : int)
Not applicable.
Property Value
Always 0.Community Additions
ADD
Show: