TreeView.IPostBackDataHandler.LoadPostData Metod

Definition

Bearbetar postback-data för TreeView kontrollen.

 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

Parametrar

postDataKey
String

Nyckelidentifieraren för kontrollen.

postCollection
NameValueCollection

Samlingen med alla inkommande namnvärden.

Returer

true, om TreeView kontrollens tillstånd ändras till följd av efteråterställningshändelsen, falseannars .

Implementeringar

Kommentarer

Kontrollutvecklare bör åsidosätta LoadPostData metoden.

Gäller för

Se även