Click or drag to resize

RoomMemberGetEventArgs Class

Provides data for the RoomMemberGetEventHandler event handler.
Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Unity.Runtime.EventRoomMemberGetEventArgs

Namespace:  SoftGear.Strix.Unity.Runtime.Event
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public class RoomMemberGetEventArgs

The RoomMemberGetEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodRoomMemberGetEventArgs
Initializes a new instance of the RoomMemberGetEventArgs class
Top
Properties
  NameDescription
Public propertyroomMemberCollection
A collection of room members.
Top
See Also