Search Results for

    Show / Hide Table of Contents

    Class EntryEventArgs

    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(IEntry)

    Declaration
    public EntryEventArgs(IEntry entry)
    Parameters
    Type Name Description
    IEntry entry

    Properties

    Entry

    Declaration
    public IEntry Entry { get; set; }
    Property Value
    Type Description
    IEntry

    On this page

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