Search Results for

    Show / Hide Table of Contents

    Class EntryEventArgs

    Terminology provider entry event arguments

    Inheritance
    object
    EventArgs
    EntryEventArgs
    Inherited Members
    EventArgs.Empty
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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
    In this article
    • Constructors
      • EntryEventArgs(Entry)
    • Properties
      • Entry
    Back to top Generated by DocFX