TemplateControl.AutoHandlers Property
.NET Framework 3.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)
'Declaration <ObsoleteAttribute("Use of this property is not recommended because it is no longer useful. http://go.microsoft.com/fwlink/?linkid=14202")> _ Protected Overridable Property AutoHandlers As Integer 'Usage Dim value As Integer value = Me.AutoHandlers Me.AutoHandlers = 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: