Search Results for

    Show / Hide Table of Contents

    Class EntryEventArgs

    Terminology provider entry event arguments

    Inheritance
    System.Object
    System.EventArgs
    EntryEventArgs
    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.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

    On this page

    • Constructors
      • EntryEventArgs(Entry)
    • Properties
      • Entry
    Back to top Generated by DocFX