Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataBindingHandlerAttribute Constructor (String^)

 

Initializes a new instance of the DataBindingHandlerAttribute class with the specified type name.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
DataBindingHandlerAttribute(
	String^ typeName
)

Parameters

typeName
Type: System::String^

The fully qualified name of the data-binding handler Type.

The type name for this constructor is the fully qualified name of the type, including its assembly name.

The following code example uses the DataBindingHandlerAttribute constructor to designate a custom DataBindingHandler class for the Web control.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft