Click or drag to resize

SlotEventArgs Class

Slot event arguments.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Nexpaq.EventArgumentsSlotEventArgs

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

The SlotEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSlotEventArgs
Initializes a new instance of the SlotEventArgs class
Top
Fields
  NameDescription
Public fieldGatewayUUID
The gateway this slot related to.
Public fieldModuleUUID
The uuid of module in this slot.
Public fieldSlot
The slot of event.
Top
See Also