ObjectList.IPostBackEventHandler.RaisePostBackEvent(String) Método

Definição

Para uma descrição deste elemento, veja RaisePostBackEvent(String). Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja Apps & Mobile Apps; Sites com ASP.NET.

 virtual void System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System::String ^ eventArgument) = System::Web::UI::IPostBackEventHandler::RaisePostBackEvent;
void IPostBackEventHandler.RaisePostBackEvent(string eventArgument);
abstract member System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
override this.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent : string -> unit
Sub RaisePostBackEvent (eventArgument As String) Implements IPostBackEventHandler.RaisePostBackEvent

Parâmetros

eventArgument
String

O argumento de evento opcional a ser passado ao gestor de eventos.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a ObjectList instância é transmitida para uma IPostBackEventHandler interface.

Aplica-se a

Ver também