ListControl::TrackViewState Method ()

 

Marks the starting point to begin tracking and saving view-state changes to a ListControl -derived control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void TrackViewState() override

This method is overridden to mark the starting point to begin tracking and saving changes to the control as part of the control's view state.

System_CAPS_noteNote

This method is used primarily by control developers when extending ListControl.

.NET Framework
Available since 1.1
Return to top
Show: