ISplashViewInitialise Method |
Records references to objects that will be passed on to the presenter when the time comes to create it.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void Initialise(
string[] commandLineArgs,
EventHandler<EventArgs<Exception>> backgroundThreadExceptionHandler
)
Sub Initialise (
commandLineArgs As String(),
backgroundThreadExceptionHandler As EventHandler(Of EventArgs(Of Exception))
)
void Initialise(
array<String^>^ commandLineArgs,
EventHandler<EventArgs<Exception^>^>^ backgroundThreadExceptionHandler
)
abstract Initialise :
commandLineArgs : string[] *
backgroundThreadExceptionHandler : EventHandler<EventArgs<Exception>> -> unit
Parameters
- commandLineArgs
- Type: SystemString
- backgroundThreadExceptionHandler
- Type: SystemEventHandlerEventArgsException
See Also