Click or drag to resize

RoomClientR, MRoomDirectRelayNotificationEventHandler Delegate

Namespace:  SoftGear.Strix.Client.Room
Assembly:  strix-client-csharp-room (in strix-client-csharp-room.dll) Version: 2.3.0
Syntax
C#
public delegate void RoomDirectRelayNotificationEventHandler(
	NotificationEventArgs<RoomDirectRelayNotification> notification
)

Parameters

notification
Type: SoftGear.Strix.Client.CoreNotificationEventArgsRoomDirectRelayNotification
See Also