ObjectList.PreShowItemCommands(Int32) Method

Definition

Prepares the set of commands for a specified item prior to showing it, by calling any event handlers that might be set on the ShowItemCommands event. Called internally by ASP.NET. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 void PreShowItemCommands(int itemIndex);
public void PreShowItemCommands (int itemIndex);
member this.PreShowItemCommands : int -> unit
Public Sub PreShowItemCommands (itemIndex As Integer)

Parameters

itemIndex
Int32

The index reference for the item.

Remarks

You would use this method only when writing new device adapters.

Applies to

See also