Class RadioInterruptedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Radio.dll
Provides data for the Interrupted event.
public class RadioInterruptedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsRadioInterruptedEventArgs
Properties
View SourceReason
Gets the reason.
Declaration
public RadioInterruptedReason Reason { get; }
Property Value
Type | Description |
---|---|
RadioInterruptedReason | The reason for interruption. |
Methods
View SourceToString()
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()