Show / Hide Table of Contents

    Class EvasObjectEvent

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll
    API Level:
    preview

    Event class for EvasObject.

    public class EvasObjectEvent : IInvalidatable, IDisposable
    Inheritance
    Object
    EvasObjectEvent
    Implements
    IInvalidatable
    IDisposable

    Constructors

    View Source

    EvasObjectEvent(EvasObject, EvasObjectCallbackType)

    Creates and initializes a new instance of the EvasObjectEvent.

    Declaration
    public EvasObjectEvent(EvasObject sender, EvasObjectCallbackType type)
    Parameters
    Type Name Description
    EvasObject sender

    EvasObject class belongs to.

    EvasObjectCallbackType type

    EvasObjectCallbackType

    API Level: preview

    Methods

    View Source

    Dispose()

    Destroys the current object.

    Declaration
    public void Dispose()
    API Level: preview
    View Source

    Dispose(Boolean)

    Releases all the resources currently used by this instance.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    Boolean disposing

    true if managed resources should be disposed otherwise, false.

    API Level: preview
    View Source

    Finalize()

    Destroys the EvasObjectEvent object.

    Declaration
    protected void Finalize()
    View Source

    MakeInvalidate()

    Makes the current instance invalidate.

    Declaration
    public void MakeInvalidate()
    API Level: preview

    Events

    View Source

    On

    On Event Handler of EvasObjectEvent.

    Declaration
    public event EventHandler On
    Event Type
    Type Description
    EventHandler
    API Level: preview

    Implements

    IInvalidatable
    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX