ObjectList::HasItemCommandHandler Property
.NET Framework (current version)
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.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: [BindableAttribute(false)] [BrowsableAttribute(false)] property bool HasItemCommandHandler { bool get(); }
Property Value
Type: System::Booleantrue if the object list control has an event handler registered for the appropriate ItemCommand event; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
ItemCommand
ObjectList Class
System.Web.UI.MobileControls Namespace
Introduction to the ObjectList Control
Creating Custom Mobile Controls
Show: