ArcFM Desktop Developer Guide
SelectSplashImage Event


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The event that is raised to allow listeners (main application using this framework) to specify the image to be used for the splash screen.
Syntax
'Declaration
 
Public Event SelectSplashImage As EventHandler(Of SelectSplashImageEventArgs)
'Usage
 
Dim instance As MainApp
Dim handler As EventHandler(Of SelectSplashImageEventArgs)
 
AddHandler instance.SelectSplashImage, handler
public event EventHandler<SelectSplashImageEventArgs> SelectSplashImage
Event Data

The event handler receives an argument of type SelectSplashImageEventArgs containing data related to this event. The following SelectSplashImageEventArgs properties provide information specific to this event.

PropertyDescription
SplashImageReturns/sets the image to use for the splash screen.  
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

MainApp Class
MainApp Members

 

 


Send Comment