Class UIEventArgs

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.Common.dll
API Level:
10

The class for event arguments of the UIEvent.

C#
Copy
public class UIEventArgs : EventArgs
Inheritance
UIEventArgs

Constructors

View Source

UIEventArgs(UIEventStatus)

Initializes the UIEventArgs class.

Declaration
C#
Copy
public UIEventArgs(UIEventStatus status)
Parameters
Type Name Description
UIEventStatus status

The information of the UIEventStatus

API Level: 10

Properties

View Source

UIEventStatus

The received UIEventStatus.

Declaration
C#
Copy
public UIEventStatus UIEventStatus { get; }
Property Value
Type Description
UIEventStatus
API Level: 10

Extension Methods