Click or drag to resize

MessageEventArgsMessageType Class

Generic arguments to the DataChanged event. Contains information about the message received that caused the event to be raised.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Demo3D.NetNotifyDataChangedEventArgs
      Demo3D.NetMessageEventArgsMessageType
        Demo3D.NetPacketChangedEventArgs

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public class MessageEventArgs<MessageType> : NotifyDataChangedEventArgs

Type Parameters

MessageType
The message type.

The MessageEventArgsMessageType type exposes the following members.

Constructors
Methods
  NameDescription
Public methodTryGetPacket
Gets the message received from the network that caused this event to be raised. Returns null if the message has already been read from the socket.
Public methodTryPeekPacket
Gets the message received from the network that caused this event to be raised. Returns null if the message has already been read from the socket.
Top
See Also