Bagikan melalui


CatalogZoneBase.IPostBackDataHandler.LoadPostData Metode

Definisi

 virtual bool System.Web.UI.IPostBackDataHandler.LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection) = System::Web::UI::IPostBackDataHandler::LoadPostData;
bool IPostBackDataHandler.LoadPostData (string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
abstract member System.Web.UI.IPostBackDataHandler.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
override this.System.Web.UI.IPostBackDataHandler.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean Implements IPostBackDataHandler.LoadPostData

Parameter

postDataKey
String

Pengidentifikasi kunci untuk kontrol.

postCollection
NameValueCollection

Kumpulan pasangan nama/nilai yang diposting ke server.

Mengembalikan

true jika suatu peristiwa harus dinaikkan untuk menunjukkan bahwa data telah berubah; jika tidak false.

Penerapan

Keterangan

Anggota ini adalah implementasi anggota antarmuka eksplisit. Ini hanya dapat digunakan ketika instans dilemparkan CatalogZoneBase ke IPostBackDataHandler antarmuka. Metode ini hanya memanggil LoadPostData metode pada CatalogZoneBase kelas , yang pada gilirannya memproses status kotak centang dalam katalog yang sesuai dengan kontrol server di katalog.

Berlaku untuk

Lihat juga