Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / TrackViewState Method


In This Topic
    TrackViewState Method (FpSpread)
    In This Topic
    Invokes child IStateManager object TrackViewState() method to start tracking.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub TrackViewState() 
    'Usage
     
    
    Dim instance As FpSpread
     
    instance.TrackViewState()
    protected override void TrackViewState()
    See Also