Search Results for

    Show / Hide Table of Contents

    Class ExtensionEventArgs

    Event arguments class for extenion-related events.

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

    On this page

    • Constructors
      • ExtensionEventArgs(IExtension)
    • Properties
      • Extension
    Back to top Generated by DocFX