| Visual Basic (Declaration) | |
|---|---|
Protected Sub OnInstalled( _ ByVal application As ApplicationPackage _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As UXShell Dim application As ApplicationPackage instance.OnInstalled(application) | |
| C# | |
|---|---|
protected void OnInstalled( ApplicationPackage application ) | |
| Delphi | |
|---|---|
protected procedure OnInstalled( application: ApplicationPackage ); | |
| JScript | |
|---|---|
protected function OnInstalled( application : ApplicationPackage ); | |
| Managed Extensions for C++ | |
|---|---|
protected: void OnInstalled( ApplicationPackage* application ) | |
| C++/CLI | |
|---|---|
protected: void OnInstalled( ApplicationPackage^ application ) | |
Parameters
- application
- An ApplicationPackage.
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