Intersoft ClientUI Documentation
Package Property



Gets the package that associated in the download event.
Syntax
Public ReadOnly Property Package As BasePackage
Dim instance As PackageDownloadedEventArgs
Dim value As BasePackage
 
value = instance.Package
public BasePackage Package {get;}
public:
property BasePackage^ Package {
   BasePackage^ 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

PackageDownloadedEventArgs Class
PackageDownloadedEventArgs Members

Send Feedback