Click or drag to resize

PacketEventArgs Class

Event data holder
Inheritance Hierarchy

Namespace:  Vaser
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public class PacketEventArgs : EventArgs

The PacketEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodPacketEventArgs
Initializes a new instance of the PacketEventArgs class
Top
Properties
  NameDescription
Public propertylnk
Link of the event.
Public propertypak
Packet of the event.
Public propertyportal
Portal of the event.
Top
See Also