ENet Class Library for C#

Event.NativeData Property

Gets or sets the native C event.

[Visual Basic]
Public Property NativeData() As ENetEvent
   Public Get
   End Get
   Public Set
   End Set
End Property
[C#]
public ENetEvent NativeData { public get; public set; }

See Also

Event Class | ENet Namespace