Click or drag to resize

RoomClientR, MRoomLeaveNotificationEventHandler 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 RoomLeaveNotificationEventHandler(
	NotificationEventArgs<RoomLeaveNotification<R>> notification
)

Parameters

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