IncomingConnectionRemovedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Properties
Item |
Gets the item that is affected. (Inherited from CollectionChangedEventArgs<T>) |