Search Results for

    Show / Hide Table of Contents

    Class ClassificationChangedEventArgs

    Arguments which contains the information about all changes

    Inheritance
    System.Object
    ClassificationChangedEventArgs
    Namespace: Simplic.Framework.Extension.UI
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class ClassificationChangedEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    ClassificationChangedEventArgs(IList<ClassificationItem>, IList<Guid>)

    Initialize new event args

    Declaration
    public ClassificationChangedEventArgs(IList<ClassificationItem> added, IList<Guid> removed)
    Parameters
    Type Name Description
    IList<ClassificationItem> added

    Added items

    IList<Guid> removed

    Removed items

    Properties

    | Improve this Doc View Source

    Added

    Gets all added classifications

    Declaration
    public IReadOnlyList<ClassificationItem> Added { get; }
    Property Value
    Type Description
    IReadOnlyList<ClassificationItem>
    | Improve this Doc View Source

    Removed

    Gets all removed classifications

    Declaration
    public IReadOnlyList<Guid> Removed { get; }
    Property Value
    Type Description
    IReadOnlyList<Guid>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx