ObjectList.OnShowItemCommands(ObjectListShowCommandsEventArgs) Método

Definición

Se llama 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, consulta Mobile Apps & Sitios con 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 EventArgs objeto que contiene datos de eventos.

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