GoDiagram Web Reference
OnLoad Method (GoView)

When this view is being loaded, call LoadView to restore this view's state from the session views table or call CreateView and raise the SessionStarted event if no such view can be found in the session identified by unique ID.
Syntax
'Declaration
 
Protected Overrides Sub OnLoad( _
   ByVal evt As EventArgs _
) 
protected override void OnLoad( 
   EventArgs evt
)

Parameters

evt
Remarks
When this view is being loaded for the first time in the session, this method raises a SessionStarted event by calling OnSessionStarted. Subsequent loads of this view will result in FindSessionView returning a non-null GoView, which is passed as the argument in a call to LoadView. Whether or not it found a saved view in the session, this method remembers this view in the session by calling StoreSessionView.
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 OnLoad

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback