Class RadioInterruptedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Radio.dll
- API Level:
- 3
Provides data for the Interrupted event.
C#Copypublic class RadioInterruptedEventArgs : EventArgs
- Inheritance
-
System.ObjectSystem.EventArgsRadioInterruptedEventArgs
Properties
Declaration
C#Copypublic RadioInterruptedReason Reason { get; }
Property Value
Type | Description |
---|---|
RadioInterruptedReason | The reason for interruption. |
API Level: 3
Methods
Declaration
C#Copypublic override string ToString()
Returns
Type | Description |
---|---|
System.String | A string that represents the current object. |