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