Class EntryEventArgs
Terminology provider entry event arguments
Inherited Members
Namespace: Sdl.Terminology.TerminologyProvider.Core
Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
Syntax
public class EntryEventArgs : EventArgs
Constructors
EntryEventArgs(Entry)
Default constructor.
Declaration
public EntryEventArgs(Entry entry)
Parameters
| Type | Name | Description |
|---|---|---|
| Entry | entry | The initialization entry. |
Properties
Entry
The arguments entry
Declaration
public Entry Entry { get; set; }
Property Value
| Type | Description |
|---|---|
| Entry |