Click or drag to resize

RoomClientR, MRoomDeleteNotified Event

Event fired when the room you're currently a member of gets deleted. You will receive this event even if you are the one deleting the room, just before RoomDeleted event.

Namespace:  SoftGear.Strix.Client.Room
Assembly:  strix-client-csharp-room (in strix-client-csharp-room.dll) Version: 2.3.0
Syntax
C#
public event RoomClientR, MRoomDeleteNotificationEventHandler RoomDeleteNotified

Value

Type: SoftGear.Strix.Client.RoomRoomClientR, MRoomDeleteNotificationEventHandler
See Also