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
    Back to top Generated by DocFX