ObjectListCommand

ObjectListCommand.NET 1.1

System.Web.UI.MobileControls (system.web.mobile.dll)class

This class represents a command that can be invoked on an item in an ObjectList control. Each command has descriptive text (Text) and a string name (Name) that will be provided when the ObjectList.ItemCommand event fires. You assign commands to an ObjectList by adding ObjectListCommand instances to the ObjectList.Commands collection.

public class ObjectListCommand { // Public Constructors    public ObjectListCommand( );    public ObjectListCommand(string name, string text); // Public Instance Properties    public string Name{set; get; }    public string Text{set; get; } }

Returned By

ObjectListCommandCollection.this

Passed To

ObjectListCommandCollection.{Add( ), AddAt( )}



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net