Class EvasObjectEvent<TEventArgs>

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    Event class for EvasObject.

    [Obsolete("This has been deprecated in API12")]
    public class EvasObjectEvent<TEventArgs> : IInvalidatable, IDisposable where TEventArgs : EventArgs
    Inheritance
    object
    EvasObjectEvent<TEventArgs>
    Implements
    IInvalidatable
    System.IDisposable

    Constructors

    View Source

    EvasObjectEvent(EvasObject, EvasObjectCallbackType, SmartEventInfoParser)

    Creates and initializes a new instance of the EvasObjectEvent.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public EvasObjectEvent(EvasObject sender, EvasObjectCallbackType type, EvasObjectEvent<TEventArgs>.SmartEventInfoParser parser)
    Parameters
    Type Name Description
    EvasObject sender

    EvasObject class belongs to.

    EvasObjectCallbackType type

    EvasObjectCallbackType

    EvasObjectEvent<TEventArgs>.SmartEventInfoParser parser

    SmartEventInfoParser

    View Source

    EvasObjectEvent(EvasObject, EvasObjectCallbackType)

    Creates and initializes a new instance of the EvasObjectEvent.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public EvasObjectEvent(EvasObject sender, EvasObjectCallbackType type)
    Parameters
    Type Name Description
    EvasObject sender

    EvasObject class belongs to.

    EvasObjectCallbackType type

    SmartEventInfoParser

    Methods

    View Source

    Dispose()

    Destroys the current object.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public void Dispose()
    View Source

    Dispose(bool)

    Releases all the resources currently used by this instance.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    true if the managed resources should be disposed otherwise, false.

    View Source

    ~EvasObjectEvent()

    Destroys the EvasObjectEvent object.

    Declaration
    protected ~EvasObjectEvent()
    View Source

    MakeInvalidate()

    Makes the current instance invalidate.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public void MakeInvalidate()

    Events

    View Source

    On

    On Event Handler of the EvasObjectEvent.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public event EventHandler<TEventArgs> On
    Event Type
    Type Description
    System.EventHandler<TEventArgs><TEventArgs>

    Implements

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