Share via


TreeView.IPostBackDataHandler.LoadPostData Método

Definición

Procesa los datos de postback del control TreeView.

 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

Parámetros

postDataKey
String

Identificador de clave del control.

postCollection
NameValueCollection

Colección de todos los valores de nombre entrantes.

Devoluciones

Boolean

Es true si el estado del control TreeView ha cambiado a consecuencia del evento de postback; en caso contrario, es false.

Implementaciones

Comentarios

Los desarrolladores de controles deben invalidar el LoadPostData método .

Se aplica a

Consulte también