Search Results for

    Show / Hide Table of Contents

    Class ItemCollectionEventArgs<T>

    ItemCollectionEventArgs class represents item collection event arguments.

    Inheritance
    System.Object
    System.EventArgs
    ItemCollectionEventArgs<T>
    ItemCollectionAddedEventArgs<T>
    ItemCollectionRemovedEventArgs<T>
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.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

    On this page

    • Constructors
      • ItemCollectionEventArgs(T)
    • Properties
      • Item
    Back to top Generated by DocFX