|
SignalDataEventArgsSignal Property |
The Signal object, if any, associated with this event.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public Signal Signal { get; set; }
Public Property Signal As Signal
Get
Set
public:
property Signal^ Signal {
Signal^ get ();
void set (Signal^ value);
}
member Signal : Signal with get, set
Property Value
Type:
SignalSee Also