TreeView.LoadPostData(String, NameValueCollection) 方法

定义

处理 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

参数

postDataKey
String

控件的主要标识符。

postCollection
NameValueCollection

所有传入名称值的集合。

返回

Boolean

如果 TreeView 控件的状态由于回发事件而发生更改,则为 true;否则为 false

注解

ASP.NET 页框架跟踪从LoadPostData方法调用返回true的所有服务器控件,然后在这些控件上调用RaisePostDataChangedEvent该方法。

适用于

另请参阅