Share via


ObjectList.OnShowItemCommands(ObjectListShowCommandsEventArgs) Método

Definición

Se llama a este método antes de mostrar el conjunto de comandos de un elemento de lista. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with ASP.NET.

protected:
 virtual void OnShowItemCommands(System::Web::UI::MobileControls::ObjectListShowCommandsEventArgs ^ e);
protected virtual void OnShowItemCommands (System.Web.UI.MobileControls.ObjectListShowCommandsEventArgs e);
abstract member OnShowItemCommands : System.Web.UI.MobileControls.ObjectListShowCommandsEventArgs -> unit
override this.OnShowItemCommands : System.Web.UI.MobileControls.ObjectListShowCommandsEventArgs -> unit
Protected Overridable Sub OnShowItemCommands (e As ObjectListShowCommandsEventArgs)

Parámetros

e
ObjectListShowCommandsEventArgs

Objeto definido por un objeto EventArgs que contiene los datos del evento.

Comentarios

La implementación predeterminada genera el ShowItemCommands evento . Las clases heredadas pueden invalidar este método para realizar otras tareas.

Se aplica a

Consulte también