TreeView.IPostBackEventHandler.RaisePostBackEvent(String) メソッド

定義

フォームがサーバーにポストされたときに発生したイベントを TreeView コントロールで処理できるようにします。

 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

イベント ハンドラーに渡すオプションのイベント引数を表す文字列。

実装

注釈

コントロール開発者は メソッドをオーバーライドする RaisePostBackEvent 必要があります。

適用対象