Class ResultEventArgs

Definition

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

A class for the event arguments of the result event.

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

Properties

View Source

Category

Results are from the content category.

Declaration
C#
Copy
public ContentCategory Category { get; }
Property Value
Type Description
ContentCategory
API Level: 4
View Source

Result

Property for the result. The caller application has to use the ExtraData property to get received data.

Declaration
C#
Copy
public AppControl Result { get; }
Property Value
Type Description
AppControl
API Level: 4
View Source

ResultCode

Property for the result of the AppControl.

Declaration
C#
Copy
public AppControlReplyResult ResultCode { get; }
Property Value
Type Description
AppControlReplyResult
API Level: 4