TreeView.LoadPostData(String, NameValueCollection) Método

Definición

Procesa los datos de postback del control TreeView.

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

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.

Comentarios

El marco de ASP.NET página realiza un seguimiento de todos los controles de servidor que devuelven true la llamada al LoadPostData método y, a continuación, invoca el RaisePostDataChangedEvent método en esos controles.

Se aplica a

Consulte también