ImageButton.IPostBackEventHandler.RaisePostBackEvent(String) Metoda

Definice

Popis tohoto člena naleznete v tématu RaisePostBackEvent(String).

 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

Parametry

eventArgument
String

Argument události.

Implementuje

Poznámky

Metoda IPostBackEventHandler.RaisePostBackEvent je explicitní implementace člena rozhraní. Lze ho použít pouze v ImageButton případě, že je instance přetypována do IPostBackEventHandler rozhraní.

Platí pro

Viz také