Click or drag to resize

RoomSearchEventArgs Class

Provides data for the RoomSearchEventHandler event handler.
Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Unity.Runtime.EventRoomSearchEventArgs

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

The RoomSearchEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodRoomSearchEventArgs
Initializes a new instance of the RoomSearchEventArgs class
Top
Properties
  NameDescription
Public propertyroomInfoCollection
A collection of found rooms.
Top
See Also