Class RadioInterruptedEventArgs

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.Radio.dll

    Provides data for the Interrupted event.

    public class RadioInterruptedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    RadioInterruptedEventArgs

    Properties

    View Source

    Reason

    Gets the reason.

    Declaration
    public RadioInterruptedReason Reason { get; }
    Property Value
    Type Description
    RadioInterruptedReason

    The reason for interruption.

    Methods

    View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX