List::HasItemCommandHandler Property
.NET Framework (current version)
Gets a value indicating whether the List 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 control has an event handler registered for the appropriate ItemCommand event; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
ItemCommand
List Class
System.Web.UI.MobileControls Namespace
Introduction to the List Control
Show: