ObjectListShowCommandsEventArgs Klasa

Definicja

Przestroga

The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.

Dostarcza dane dotyczące ShowItemCommands zdarzenia elementu ObjectList. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

public ref class ObjectListShowCommandsEventArgs : EventArgs
public class ObjectListShowCommandsEventArgs : EventArgs
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public class ObjectListShowCommandsEventArgs : EventArgs
type ObjectListShowCommandsEventArgs = class
    inherit EventArgs
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type ObjectListShowCommandsEventArgs = class
    inherit EventArgs
Public Class ObjectListShowCommandsEventArgs
Inherits EventArgs
Dziedziczenie
ObjectListShowCommandsEventArgs
Atrybuty

Przykłady

Przykładowy kod można znaleźć w przykładzie z omówieniem ObjectList .

Uwagi

Wystąpienie ObjectListShowCommandsEventArgs obiektu jest tworzone automatycznie i przekazywane do programu obsługi zdarzeń dla ShowItemCommands zdarzenia ObjectList.

Dziedziczona klasa lub program obsługi zdarzeń może używać tego zdarzenia do wyświetlania poleceń unikatowych dla elementu, zmieniając kolekcję poleceń we Commands właściwości .

Konstruktory

ObjectListShowCommandsEventArgs(ObjectListItem, ObjectListCommandCollection)
Przestarzałe.

Inicjuje nowe wystąpienie klasy ObjectListShowCommandsEventArgs. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

Właściwości

Commands
Przestarzałe.

Pobiera lub ustawia kolekcję poleceń w ObjectListCommandCollection obiektach. Początkowo kolekcja jest pusta. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

ListItem
Przestarzałe.

Zwraca element listy dla określonych poleceń, które zostaną wyświetlone. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

Metody

Equals(Object)
Przestarzałe.

Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.

(Odziedziczone po Object)
GetHashCode()
Przestarzałe.

Służy jako domyślna funkcja skrótu.

(Odziedziczone po Object)
GetType()
Przestarzałe.

Type Pobiera wartość bieżącego wystąpienia.

(Odziedziczone po Object)
MemberwiseClone()
Przestarzałe.

Tworzy płytkią kopię bieżącego Objectelementu .

(Odziedziczone po Object)
ToString()
Przestarzałe.

Zwraca ciąg reprezentujący bieżący obiekt.

(Odziedziczone po Object)

Dotyczy

Zobacz też