ObjectList.PreShowItemCommands(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.