June 2002
Intermediate to advanced
816 pages
28h 12m
English
DataBindingHandlerAttribute
This class is used for controls requiring special data binding handlers. For
example, the System.Web.UI.WebControls.Calendar control uses
a System.Web.UI.Design.CalendarDataBindingHandler
class that derives from System.Web.UI.Design.DataBindingHandler. This custom data
binding handler is specified by using the DataBindingHandlerAttribute in the control’s
class declaration.
Public NotInheritable Class DataBindingHandlerAttribute : Inherits Attribute ' Public Constructors Public Sub New() Public Sub New(ByVal typeName As String) Public Sub New(ByVal type As Type) ' Public Shared Fields public Shared ReadOnly Default As DataBindingHandlerAttribute =System.Web.UI.DataBindingHandlerAttribute ' Public Instance Properties Public ReadOnly Property HandlerTypeName As String End Class
System.Object→System.Attribute→ DataBindingHandlerAttribute
Class
Read now
Unlock full access