Search Results for

    Show / Hide Table of Contents

    Delegate TrackedItemChange

    The delegate for the which notifies all listeners whenever a tracked item has changed

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

    The tracked item that has had a property change

    System.String PropName

    The name of the property that changed value

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.