Click or drag to resize

RoomDeletedEventArgsR Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.RoomRoomDeletedEventArgsR

Namespace:  SoftGear.Strix.Client.Room
Assembly:  strix-client-csharp-room (in strix-client-csharp-room.dll) Version: 2.3.0
Syntax
C#
public class RoomDeletedEventArgs<R>
where R : IRoom

Type Parameters

R

The RoomDeletedEventArgsR type exposes the following members.

Constructors
  NameDescription
Public methodRoomDeletedEventArgsR
Initializes a new instance of the RoomDeletedEventArgsR class
Top
Properties
  NameDescription
Public propertyRoom
Top
See Also