Show / Hide Table of Contents

    Class DataSendStatusChangedEventArgs

    Reserved for the internal use.

    Inheritance
    Object
    EventArgs
    DataSendStatusChangedEventArgs
    Inherited Members
    EventArgs.Empty
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.Skype.Bots.Media
    Assembly: Microsoft.Skype.Bots.Media.dll
    Syntax
    public class DataSendStatusChangedEventArgs : EventArgs

    Constructors

    DataSendStatusChangedEventArgs()

    Declaration
    public DataSendStatusChangedEventArgs()

    Properties

    MediaSendStatus

    Reserved for the internal use.

    Declaration
    public MediaSendStatus MediaSendStatus { get; set; }
    Property Value
    Type Description
    MediaSendStatus
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.