Class StateEventArgs

Definition

Namespace:
Tizen.Applications.AttachPanel
Assembly:
Tizen.Applications.AttachPanel.dll
API Level:
4

A class for the event arguments of the state event.

C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public class StateEventArgs : EventArgs
Inheritance
System.Object
StateEventArgs

Properties

View Source

EventType

Property for the event type.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public EventType EventType { get; }
Property Value
Type Description
EventType
API Level: 4