Search Results for

    Show / Hide Table of Contents

    Class InitializePluginProgressChangedEventArgs

    Inheritance
    System.Object
    InitializePluginProgressChangedEventArgs
    Namespace: Sdl.Core.PluginFramework
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public class InitializePluginProgressChangedEventArgs : ProgressChangedEventArgs

    Constructors

    InitializePluginProgressChangedEventArgs(IPlugin, Int32)

    Declaration
    public InitializePluginProgressChangedEventArgs(IPlugin plugin, int progressPercentage)
    Parameters
    Type Name Description
    IPlugin plugin
    System.Int32 progressPercentage

    Properties

    Plugin

    Declaration
    public IPlugin Plugin { get; }
    Property Value
    Type Description
    IPlugin

    On this page

    • Constructors
      • InitializePluginProgressChangedEventArgs(IPlugin, Int32)
    • Properties
      • Plugin
    Back to top Generated by DocFX