Click or drag to resize

RoomClientR, MRoomSetMemberNotificationEventHandler 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 RoomSetMemberNotificationEventHandler(
	NotificationEventArgs<RoomSetMemberNotification<M>> notification
)

Parameters

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