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