TreeView.IPostBackDataHandler.RaisePostDataChangedEvent Method

Definition

Signals the TreeView control to notify the ASP.NET application that the state of the control has changed.

void IPostBackDataHandler.RaisePostDataChangedEvent ();

Implements

Remarks

Control developers should override the RaisePostDataChangedEvent method.

Applies to

See also