Class StateEventArgs

Definition

Namespace:
Tizen.Telephony
Assembly:
Tizen.Telephony.dll
API Level:
3

This class contains the data related to the State changed event.

C#
Copy
public class StateEventArgs : EventArgs
Inheritance
System.Object
StateEventArgs

Properties

View Source

CurrentState

The Current State.

Declaration
C#
Copy
public State CurrentState { get; }
Property Value
Type Description
State
API Level: 3