Share via


InstantMessagingMcuSession.PropertiesChanged Event

A property changed on the session.

Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in microsoft.rtc.collaboration.dll)

Syntax

'Declaration
Public Event PropertiesChanged As EventHandler(Of PropertiesChangedEventArgs(Of InstantMessagingMcuSessionProperties))
public event EventHandler<PropertiesChangedEventArgs<InstantMessagingMcuSessionProperties>> PropertiesChanged
public:
event EventHandler<PropertiesChangedEventArgs<InstantMessagingMcuSessionProperties^>^>^ PropertiesChanged {
    void add (EventHandler<PropertiesChangedEventArgs<InstantMessagingMcuSessionProperties^>^>^ value);
    void remove (EventHandler<PropertiesChangedEventArgs<InstantMessagingMcuSessionProperties^>^>^ value);
}
/** @event */
public void add_PropertiesChanged (EventHandler<PropertiesChangedEventArgs<InstantMessagingMcuSessionProperties>> value)

/** @event */
public void remove_PropertiesChanged (EventHandler<PropertiesChangedEventArgs<InstantMessagingMcuSessionProperties>> value)

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

InstantMessagingMcuSession Class
InstantMessagingMcuSession Members
Microsoft.Rtc.Collaboration Namespace