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[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public class ResultEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copy[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] 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[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public AppControl Result { get; }
Property Value
Type | Description |
---|---|
AppControl |
API Level: 4
Declaration
C#Copy[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public AppControlReplyResult ResultCode { get; }
Property Value
Type | Description |
---|---|
AppControlReplyResult |