Class ResultEventArgs
Definition
- Namespace:
- Tizen.Applications.Attach
Panel
- Assembly:
- Tizen.Applications.AttachPanel.dll
A class for the event arguments of the result event.
public class ResultEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args ResultEvent Args
Properties
View SourceCategory
Results are from the content category.
Declaration
public ContentCategory Category { get; }
Property Value
Type | Description |
---|---|
Content |
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 |
---|---|
App |
ResultCode
Property for the result of the AppControl.
Declaration
public AppControlReplyResult ResultCode { get; }
Property Value
Type | Description |
---|---|
App |