IncomingConnectionRemovedEventArgs Class

Definition

Contains event information for connections being removed.

public ref class IncomingConnectionRemovedEventArgs : Microsoft::Rtc::Signaling::CollectionChangedEventArgs<Microsoft::Rtc::Signaling::RealTimeConnection ^>
public class IncomingConnectionRemovedEventArgs : Microsoft.Rtc.Signaling.CollectionChangedEventArgs<Microsoft.Rtc.Signaling.RealTimeConnection>
type IncomingConnectionRemovedEventArgs = class
    inherit CollectionChangedEventArgs<RealTimeConnection>
Public Class IncomingConnectionRemovedEventArgs
Inherits CollectionChangedEventArgs(Of RealTimeConnection)
Inheritance
IncomingConnectionRemovedEventArgs

Properties

Item

Gets the item that is affected.

(Inherited from CollectionChangedEventArgs<T>)

Applies to