Search Results for

    Show / Hide Table of Contents

    Class ItemCollectionRemovedEventArgs<T>

    ItemCollectionRemovedEventArgs class represents the item collection removed event arguments.

    Inheritance
    object
    EventArgs
    ItemCollectionEventArgs<T>
    ItemCollectionRemovedEventArgs<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 ItemCollectionRemovedEventArgs<T> : ItemCollectionEventArgs<T>
    Type Parameters
    Name Description
    T

    item type

    Constructors

    ItemCollectionRemovedEventArgs(T)

    Constructor that takes the given item.

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

    item

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