Class SmartEvent

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    It inherits IInvalidatable. EvasObject can elect the SmartEvent occurring inside them, to be reported back to their users via delegates. This way, you can extend EvasObject's own EvasObjectEvent. They are defined by an event string, which identifies them uniquely.

    public class SmartEvent : IInvalidatable, IDisposable
    Inheritance
    object
    SmartEvent
    Implements
    IInvalidatable
    System.IDisposable

    Constructors

    View Source

    SmartEvent(EvasObject, string)

    Creates and initializes a new instance of the SmartEvent class.

    Declaration
    public SmartEvent(EvasObject sender, string eventName)
    Parameters
    Type Name Description
    EvasObject sender

    The source of the event.

    string eventName

    The event name.

    Methods

    View Source

    Dispose()

    Destroys the current object.

    Declaration
    public void Dispose()
    View Source

    Dispose(bool)

    Releases all the resources currently used by this instance.

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

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

    View Source

    ~SmartEvent()

    Destroys the SmartEvent object.

    Declaration
    protected ~SmartEvent()
    View Source

    MakeInvalidate()

    Makes the current instance invalidate.

    Declaration
    public void MakeInvalidate()

    Events

    View Source

    On

    Adds or removes a delegate for the event.

    Declaration
    public event EventHandler On
    Event Type
    Type Description
    System.EventHandler

    Implements

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