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

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

戻り値

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

注釈

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

適用対象

こちらもご覧ください