ArcFM Desktop Developer Guide
OnLoad Method (MainWindow)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Protected Overrides Sub OnLoad( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As MainWindow
Dim e As EventArgs
 
instance.OnLoad(e)
protected override void OnLoad( 
   EventArgs e
)

Parameters

e
Remarks
This is the first method that gets called after the MainApp's Application.Run method is called. The MainWindow has been created and Windows is preparing to show the window. The MainApp InitializeApplication method is called to initialize the application.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MainWindow Class
MainWindow Members

 

 


Send Comment