GoDiagram Web Reference
LoadViewState Method

When EnableViewState is true, this method is called to restore an internal identifier that distinguishes this view from others with the same document ID.
Syntax
'Declaration
 
Protected Overrides Sub LoadViewState( _
   ByVal savedState As Object _
) 
protected override void LoadViewState( 
   object savedState
)

Parameters

savedState
Remarks
If you override this method, you should also call the base method.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoView Class
GoView Members
Base Implementation in LoadViewState

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback