Search Results for

    Show / Hide Table of Contents

    Class ExtensionEventArgs

    Event arguments class for extenion-related events.

    Inheritance
    object
    EventArgs
    ExtensionEventArgs
    Inherited Members
    EventArgs.Empty
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.Core.PluginFramework
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public class ExtensionEventArgs : EventArgs

    Constructors

    ExtensionEventArgs(IExtension)

    Constructor.

    Declaration
    public ExtensionEventArgs(IExtension extension)
    Parameters
    Type Name Description
    IExtension extension

    The extension to which the event relates.

    Properties

    Extension

    Gets the extension to which the event relates.

    Declaration
    public IExtension Extension { get; }
    Property Value
    Type Description
    IExtension
    In this article
    • Constructors
      • ExtensionEventArgs(IExtension)
    • Properties
      • Extension
    Back to top Generated by DocFX