Click or drag to resize

RoomClientR, MRoomRelayNotificationEventHandler 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 RoomRelayNotificationEventHandler(
	NotificationEventArgs<RoomRelayNotification> notification
)

Parameters

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