PackageInstallerEventArgs Constructor |
Namespace:
Com.Datalogic.Device.App
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public PackageInstallerEventArgs(
IList<PackageInstallerResult> p0
)
Public Sub New (
p0 As IList(Of PackageInstallerResult)
)
Parameters
- p0
- Type: System.Collections.GenericIListPackageInstallerResult
[Missing <param name="p0"/> documentation for "M:Com.Datalogic.Device.App.PackageInstallerEventArgs.#ctor(System.Collections.Generic.IList{Com.Datalogic.Device.App.PackageInstallerResult})"]
See Also