Class ResultEventArgs
Definition
- Namespace:
- Tizen.Applications.AttachPanel
- 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.EventArgsResultEventArgs
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 |
---|---|
ContentCategory |
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 |
---|---|
AppControl |
Declaration
C#Copy[Obsolete("Deprecated since API Level 12. Will be removed in API Level 14.")] public AppControlReplyResult ResultCode { get; }
Property Value
Type | Description |
---|---|
AppControlReplyResult |