Search Results for

    Show / Hide Table of Contents

    Delegate TrackedItemChange

    The delegate for the ModelLayoutDisplayerController.AddTrackedItemListener(IModelLayoutDisplayerController.TrackedItemChange) which notifies all listeners whenever a tracked item has changed

    Namespace: LemonEdge.Client.Core.Views.Core
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public delegate void TrackedItemChange(object Sender, string PropName)
    Parameters
    Type Name Description
    object Sender

    The tracked item that has had a property change

    string PropName

    The name of the property that changed value

    Constructors

    TrackedItemChange(object, IntPtr)

    Declaration
    public TrackedItemChange(object @object, IntPtr method)
    Parameters
    Type Name Description
    object object
    IntPtr method

    Methods

    BeginInvoke(object, string, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object Sender, string PropName, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    object Sender
    string PropName
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result

    Invoke(object, string)

    Declaration
    public virtual void Invoke(object Sender, string PropName)
    Parameters
    Type Name Description
    object Sender
    string PropName

    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.