TreeView.IPostBackDataHandler.LoadPostData Yöntem

Tanım

Denetim için TreeView geri gönderme verilerini işler.

 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

Parametreler

postDataKey
String

Denetimin anahtar tanımlayıcısı.

postCollection
NameValueCollection

Tüm gelen ad değerlerinin koleksiyonu.

Döndürülenler

true, geri gönderme olayının TreeView sonucu olarak denetimin durumu değişirse; aksi takdirde , false.

Uygulamalar

Açıklamalar

Denetim geliştiricilerinin yöntemini geçersiz kılması LoadPostData gerekir.

Şunlara uygulanır

Ayrıca bkz.