ObjectListCommandCollection

ObjectListCommandCollection.NET 1.1

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

The ObjectListCommandCollection contains a collection of commands that can be invoked on items in an ObjectList. The ObjectList.Commands property is an ObjectListCommandCollection.

public class ObjectListCommandCollection : ArrayListCollectionBase, System.Web.UI.IStateManager { // Public Instance Properties    public ObjectListCommand this[int index]{get; } // Public Instance Methods    public void Add(ObjectListCommand command);    public void AddAt(int index, ObjectListCommand command);    public void Clear( );    public int IndexOf(string s);    public void Remove(string s);    public void RemoveAt(int index); }

Hierarchy

System.Object ArrayListCollectionBase(System.Collections.ICollection, System.Collections.IEnumerable) ObjectListCommandCollection(System.Web.UI.IStateManager)

Returned By

ObjectList.Commands, ObjectListShowCommandsEventArgs.Commands

Passed To

ObjectListShowCommandsEventArgs.ObjectListShowCommandsEventArgs( )



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