RoomPropertyChangedEventArgs class

Encapsulates the event data of the Room.PropertyChanged event and provides the new value of the changed property.

Inheritance hierarchy

System.Object
  System.EventArgs
    Microsoft.Lync.Model.Room.RoomPropertyChangedEventArgs

Namespace:  Microsoft.Lync.Model.Room
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Class RoomPropertyChangedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As RoomPropertyChangedEventArgs
public class RoomPropertyChangedEventArgs : EventArgs

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

RoomPropertyChangedEventArgs members

Microsoft.Lync.Model.Room namespace