Class ItemCollectionAddedEventArgs<T>
ItemCollectionAddedEventArgs class represents item collection added event arguments.
Inheritance
System.Object
System.EventArgs
ItemCollectionAddedEventArgs<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 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 |