ObjectList::HasItemCommandHandler Property

 

Gets a value indicating whether the ObjectList control has an event handler registered for the appropriate ItemCommand event. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

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

public:
[BindableAttribute(false)]
[BrowsableAttribute(false)]
property bool HasItemCommandHandler {
	bool get();
}

Property Value

Type: System::Boolean

true if the object list control has an event handler registered for the appropriate ItemCommand event; otherwise, false.

.NET Framework
Available since 1.1

ItemCommand
ObjectList Class
System.Web.UI.MobileControls Namespace
Introduction to the ObjectList Control
Creating Custom Mobile Controls

Return to top
Show: