Click or drag to resize

ModuleTypeEventArgs Class

Event argumnets related to product type id
Inheritance Hierarchy

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

The ModuleTypeEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodModuleTypeEventArgs
Initializes a new instance of the ModuleTypeEventArgs class
Top
Fields
  NameDescription
Public fieldSlot
The slot of module.
Public fieldTypeID
The type identifier.
(Inherited from ProductTypeEventArgs.)
Public fieldUUID
The UUID of product.
(Inherited from ProductTypeEventArgs.)
Top
See Also