Class EventReceivedEventArgs

    Definition

    Namespace:
    Tizen.Core
    Assembly:
    Tizen.Core.dll

    Represents the arguments passed to the event handler when the event data is received.

    public class EventReceivedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    EventReceivedEventArgs

    Properties

    View Source

    Data

    Gets the Data of the received object.

    Declaration
    public object Data { get; }
    Property Value
    Type Description
    object
    View Source

    Id

    Gets the ID of the received object.

    Declaration
    public int Id { get; }
    Property Value
    Type Description
    int
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX