Click or drag to resize

ModuleEventArgs Class

Module related event arguments.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Nexpaq.EventArgumentsModuleEventArgs

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

The ModuleEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodModuleEventArgs
Initializes a new instance of the ModuleEventArgs class
Top
Fields
  NameDescription
Public fieldGatewayUUID
The gateway this slot related to.
Public fieldModule
The module of the event.
Top
See Also