Click or drag to resize

ProductUpdateEventArgs Class

Arguments related to firmware update.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Nexpaq.EventArgumentsProductUpdateEventArgs

Namespace:  Nexpaq.EventArguments
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public class ProductUpdateEventArgs : EventArgs

The ProductUpdateEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodProductUpdateEventArgs
Initializes a new instance of the ProductUpdateEventArgs class
Top
Fields
  NameDescription
Public fieldManifest
The manifest of the product.
Public fieldUUID
The UUID of product with available firmware update.
Top
See Also