TreeView.LoadPostData(String, NameValueCollection) メソッド

定義

TreeView コントロールのポストバック データを処理します。

protected:
 virtual bool LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection);
protected virtual bool LoadPostData(string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
abstract member LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
override this.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Protected Overridable Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean

パラメーター

postDataKey
String

コントロールのキー識別子。

postCollection
NameValueCollection

すべての受信名の値のコレクション。

返品

trueポストバック イベントの結果として TreeView コントロールの状態が変化する場合は。それ以外の場合は false

注釈

ASP.NET ページ フレームワークは、LoadPostData メソッド呼び出しから true を返すすべてのサーバー コントロールを追跡し、それらのコントロールに対して RaisePostDataChangedEvent メソッドを呼び出します。

適用対象

こちらもご覧ください