Share via


ConferenceSession.TerminationCountdownStatusChanged Event

Raised when the automatic conference termination status changes.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Event TerminationCountdownStatusChanged As EventHandler(Of TerminationCountdownStatusChangedEventArgs)
'Usage
Dim instance As ConferenceSession
Dim handler As EventHandler(Of TerminationCountdownStatusChangedEventArgs)

AddHandler instance.TerminationCountdownStatusChanged, handler
public event EventHandler<TerminationCountdownStatusChangedEventArgs> TerminationCountdownStatusChanged

See Also

Reference

ConferenceSession Class

ConferenceSession Members

Microsoft.Rtc.Collaboration Namespace