Search Results for

    Show / Hide Table of Contents

    Interface IHasToggleStatus

    An interface used by IEPCommand to implement a mechanism that indicates if a command should be in its toggled state or not

    This can exist independently of the command, so the toggle command can react to the change (wherever it maybe in the application) and update its state accordingly

    Inherited Members
    IDisposable.Dispose()
    Namespace: LemonEdge.Client.UI.API.Commands
    Assembly: LemonEdge.Client.UI.API.dll
    Syntax
    public interface IHasToggleStatus : IDisposable

    Properties

    IsToggled

    Indicates if the item that triggers has a toggled state for a command is in the toggled state or not.

    Declaration
    bool IsToggled { get; }
    Property Value
    Type Description
    bool

    Events

    ToggleChanged

    An event that the IEPCommand can listen to which indicates this item has changed IsToggled state and the command should react accordingly

    Declaration
    event EventHandler<EventArgs> ToggleChanged
    Event Type
    Type Description
    EventHandler<EventArgs>

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.