ArcFM Solution Developer Guide
OnStartup Method


Syntax
'Declaration
 
Public Overridable Function OnStartup( _
   ByVal e As System.Windows.StartupEventArgs _
) As System.Threading.Tasks.Task
'Usage
 
Dim instance As ModuleManager
Dim e As System.Windows.StartupEventArgs
Dim value As System.Threading.Tasks.Task
 
value = instance.OnStartup(e)
public virtual System.Threading.Tasks.Task OnStartup( 
   System.Windows.StartupEventArgs e
)

Parameters

e
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

ModuleManager Class
ModuleManager Members

 

 


Send Comment