Bagikan melalui


ImageButton.IPostBackEventHandler.RaisePostBackEvent(String) Metode

Definisi

Untuk deskripsi anggota ini, lihat 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

Parameter

eventArgument
String

Argumen untuk peristiwa.

Penerapan

Keterangan

Metode ini IPostBackEventHandler.RaisePostBackEvent adalah implementasi anggota antarmuka eksplisit. Ini hanya dapat digunakan ketika instans dilemparkan ImageButton ke IPostBackEventHandler antarmuka.

Berlaku untuk

Lihat juga