Udostępnij za pośrednictwem


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.

Udostępnia dane dotyczące ShowItemCommands zdarzenia elementu ObjectList. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z 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

Aby zapoznać się z przykładem kodu, zobacz przykład z omówieniem ObjectList .

Uwagi

Wystąpienie ObjectListShowCommandsEventArgs obiektu jest tworzone automatycznie i przekazywane do procedury obsługi zdarzeń ObjectListdla ShowItemCommands zdarzenia .

Dziedziczona klasa lub program obsługi zdarzeń może użyć tego zdarzenia, aby pokazać polecenia unikatowe 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 o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z 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 o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z 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 o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z 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 bieżące wystąpienie.

(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ż