Intersoft ClientUI Documentation
ApplicationLaunchFailedEventHandler Delegate
See Also  Send Feedback
Intersoft.Client.Framework Namespace : ApplicationLaunchFailedEventHandler Delegate






sender
The source of the event.
e
The event data.
Represents the method that will handle ApplicationLaunchFailed events.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub ApplicationLaunchFailedEventHandler( _
   ByVal sender As Object, _
   ByVal e As ApplicationLaunchFailedEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New ApplicationLaunchFailedEventHandler(AddressOf HandlerMethod)
C# 
public delegate void ApplicationLaunchFailedEventHandler( 
   object sender,
   ApplicationLaunchFailedEventArgs e
)
Delphi 
public delegate ApplicationLaunchFailedEventHandler( 
    sender: TObject;
    e: ApplicationLaunchFailedEventArgs
);
JScript 
public delegate ApplicationLaunchFailedEventHandler( 
   sender : Object,
   e : ApplicationLaunchFailedEventArgs
)
Managed Extensions for C++ 
public: __gc __delegate void ApplicationLaunchFailedEventHandler( 
   Object* sender,
   ApplicationLaunchFailedEventArgs* e
)
C++/CLI 
public delegate void ApplicationLaunchFailedEventHandler( 
   Object^ sender,
   ApplicationLaunchFailedEventArgs^ e
)

Parameters

sender
The source of the event.
e
The event data.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.