Class ResultEventArgs
Definition
- Namespace:
- Tizen.Applications.AttachPanel
- Assembly:
- Tizen.Applications.AttachPanel.dll
A class for the event arguments of the result event.
public class ResultEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsResultEventArgs
Properties
View SourceCategory
Results are from the content category.
Declaration
public ContentCategory Category { get; }
Property Value
Type | Description |
---|---|
ContentCategory |
Result
Property for the result. The caller application has to use the ExtraData property to get received data.
Declaration
public AppControl Result { get; }
Property Value
Type | Description |
---|---|
AppControl |
ResultCode
Property for the result of the AppControl.
Declaration
public AppControlReplyResult ResultCode { get; }
Property Value
Type | Description |
---|---|
AppControlReplyResult |