Class PackageCreatedEventArgs
PackageCreatedEventArgs provides a custom EventArgs class for a Package Created Event.
Inheritance
System.Object
PackageCreatedEventArgs
Namespace: DotNetNuke.Services.Installer.Packages
Assembly: DotNetNuke.dll
Syntax
public class PackageCreatedEventArgs : EventArgs
Constructors
| Improve this Doc View SourcePackageCreatedEventArgs(PackageInfo)
Initializes a new instance of the PackageCreatedEventArgs class. Builds a new PackageCreatedEventArgs.
Declaration
public PackageCreatedEventArgs(PackageInfo package)
Parameters
Type | Name | Description |
---|---|---|
PackageInfo | package | The package associated with this event. |
Properties
| Improve this Doc View SourcePackage
Gets the Package associated with this event.
Declaration
public PackageInfo Package { get; }
Property Value
Type | Description |
---|---|
PackageInfo |