MenuAdapter.IPostBackEventHandler.RaisePostBackEvent(String) Yöntem
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Sınıfın MenuAdapter , bir sayfa sunucuya geri gönderildiğinde tetiklenen bir olayı işlemesini sağlar.
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
- eventArgument
- String
Olay String işleyicisine geçirmek için isteğe bağlı bir olay bağımsız değişkeni içeren bir.
yöntemi, RaisePostBackEvent sınıfın MenuAdapter bir sayfa sunucuya geri gönderildiğinde tetiklenen bir olayı işlemesini sağlar. Sayfa yöntemine RaisePostBackEvent geçereventArgument
.
Ürün | Sürümler |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |