Miner.Windows Assembly > Miner.Windows Namespace > MainApp Class : SelectSplashImage Event |
'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
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.
Property | Description |
---|---|
SplashImage | Returns/sets the image to use for the splash screen. |
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.