Search Results for

    Show / Hide Table of Contents

    Class ItemCollectionAddedEventArgs<T>

    ItemCollectionAddedEventArgs class represents item collection added event arguments.

    Inheritance
    Object
    EventArgs
    ItemCollectionEventArgs<T>
    ItemCollectionAddedEventArgs<T>
    Inherited Members
    ItemCollectionEventArgs<T>.Item
    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 class ItemCollectionAddedEventArgs<T> : ItemCollectionEventArgs<T>
    Type Parameters
    Name Description
    T

    item type

    Constructors

    ItemCollectionAddedEventArgs(T)

    Constructor that takes the given item.

    Declaration
    public ItemCollectionAddedEventArgs(T item)
    Parameters
    Type Name Description
    T item

    item

    In this article
    • Constructors
      • ItemCollectionAddedEventArgs(T)
    Back to top Generated by DocFX