ObjectList::OnShowItemCommands Method (ObjectListShowCommandsEventArgs^)

 

Called prior to showing the set of commands for a list item. 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)

protected:
virtual void OnShowItemCommands(
	ObjectListShowCommandsEventArgs^ e
)

Parameters

e
Type: System.Web.UI.MobileControls::ObjectListShowCommandsEventArgs^

An object defined by an EventArgs object that contains event data.

The default implementation raises the ShowItemCommands event. Inheriting classes can override this method to perform other tasks.

.NET Framework
Available since 1.1

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

Return to top
Show: