ZylGPSReceiver.NET

DataEventArgs Class

Provides data for the Sent and Received events.

For a list of all members of this type, see DataEventArgs Members.

System.Object
   EventArgs
      DataEventArgs

[Visual Basic]
Public Class DataEventArgs
    Inherits 
[C#]
public class DataEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The Received event occurs when data was received. The Sent event occurs when data was sent. A DataEventArgs specifies the sent or received data.

Requirements

Namespace: ZylGPSReceiver

Assembly: ZylGPSReceiver (in ZylGPSReceiver.dll)

See Also

DataEventArgs Members | ZylGPSReceiver Namespace