Intersoft ClientUI Documentation
Application Property (ApplicationEventArgs)



Gets the ApplicationPackage object that attached to the event.
Syntax
Public ReadOnly Property Application As ApplicationPackage
Dim instance As ApplicationEventArgs
Dim value As ApplicationPackage
 
value = instance.Application
public ApplicationPackage Application {get;}
public:
property ApplicationPackage^ Application {
   ApplicationPackage^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApplicationEventArgs Class
ApplicationEventArgs Members

Send Feedback