Aracılığıyla paylaş


TreeView.IPostBackEventHandler.RaisePostBackEvent(String) Yöntem

Tanım

Denetimin TreeView , bir form sunucuya 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

Parametreler

eventArgument
String

Olay işleyicisine geçirebilmek için isteğe bağlı bir olay bağımsız değişkenini temsil eden dize.

Uygulamalar

Açıklamalar

Denetim geliştiricilerinin yöntemini geçersiz kılması RaisePostBackEvent gerekir.

Şunlara uygulanır