Bahasa

TreeView.LoadPostData(String, NameValueCollection) Metode

Definisi

Memproses data postback untuk TreeView kontrol.

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

Parameter

postDataKey
String

Pengidentifikasi kunci untuk kontrol.

postCollection
NameValueCollection

Kumpulan semua nilai nama masuk.

Mengembalikan

true, jika status TreeView kontrol berubah sebagai akibat dari peristiwa postback; jika tidak, false.

Keterangan

Kerangka kerja halaman ASP.NET melacak semua kontrol server yang mengembalikan dari panggilan metode /> pada kontrol tersebut.

Berlaku untuk

Lihat juga