Class ItemCollectionAddedEventArgs<T>
ItemCollectionAddedEventArgs class represents item collection added event arguments.
Inherited Members
Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
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 |