Search Results for

    Show / Hide Table of Contents

    Class ItemCollectionEventArgs<T>

    ItemCollectionEventArgs class represents item collection event arguments.

    Inheritance
    object
    EventArgs
    ItemCollectionEventArgs<T>
    ItemCollectionAddedEventArgs<T>
    ItemCollectionRemovedEventArgs<T>
    Inherited Members
    EventArgs.Empty
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public abstract class ItemCollectionEventArgs<T> : EventArgs
    Type Parameters
    Name Description
    T

    item type

    Constructors

    ItemCollectionEventArgs(T)

    Constructor that takes the given item.

    Declaration
    protected ItemCollectionEventArgs(T item)
    Parameters
    Type Name Description
    T item

    item

    Properties

    Item

    Item property represents the item that has been added or removed.

    Declaration
    public T Item { get; }
    Property Value
    Type Description
    T
    In this article
    • Constructors
      • ItemCollectionEventArgs(T)
    • Properties
      • Item
    Back to top Generated by DocFX