Click or drag to resize
SignalDataEventArgs Class
Provides a means of identifying a particular SignalGroup or Signal when a related event is raised.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    GLNeuroTech.Devices.CommonSignalDataEventArgs

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
public class SignalDataEventArgs : EventArgs

The SignalDataEventArgs type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyGroup
The SignalGroup object, if any, associated with this event.
Public propertySignal
The Signal object, if any, associated with this event.
Top
See Also