Class ResultEventArgs
Definition
- Namespace:
- Tizen.Applications.Attach
Panel
- Assembly:
- Tizen.Applications.AttachPanel.dll
A class for the event arguments of the result event.
C#
Copy
[Obsolete("Deprecated since API Level 12. Will be removed in API Level 14.")]
public class ResultEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args ResultEvent Args
Properties
Declaration
C#
Copy
[Obsolete("Deprecated since API Level 12. Will be removed in API Level 14.")]
public ContentCategory Category { get; }
Property Value
Type | Description |
---|---|
Content |
View Source
Result
Property for the result. The caller application has to use the ExtraData property to get received data.
Declaration
C#
Copy
[Obsolete("Deprecated since API Level 12. Will be removed in API Level 14.")]
public AppControl Result { get; }
Property Value
Type | Description |
---|---|
App |
Declaration
C#
Copy
[Obsolete("Deprecated since API Level 12. Will be removed in API Level 14.")]
public AppControlReplyResult ResultCode { get; }
Property Value
Type | Description |
---|---|
App |