コード例 #1
0
 /// <summary>
 /// When implemented by a class, saves the changes to a server control's view state to an <see cref="T:System.Object"/>.
 /// </summary>
 /// <returns>
 /// The <see cref="T:System.Object"/> that contains the view state changes.
 /// </returns>
 public object SaveViewState()
 {
     return(TreeNodeState.Create(this));
 }