Search Results for

    Show / Hide Table of Contents

    Class InitializePluginProgressChangedEventArgs

    Events argument class for plug-in initialization progress events (InitializePluginProgressChanged), raised during calls to InitializePluginAsync(IEnumerable<IPlugin>).

    Inheritance
    object
    EventArgs
    ProgressChangedEventArgs
    InitializePluginProgressChangedEventArgs
    Inherited Members
    ProgressChangedEventArgs.ProgressPercentage
    ProgressChangedEventArgs.UserState
    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 InitializePluginProgressChangedEventArgs : ProgressChangedEventArgs

    Constructors

    InitializePluginProgressChangedEventArgs(IPlugin, int)

    Cosntructor.

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

    The plug-in that is being initialized.

    int progressPercentage

    The percentage of initialization that has been completed so far (0-100).

    Properties

    Plugin

    Gets the plug-in that is being initialized.

    Declaration
    public IPlugin Plugin { get; }
    Property Value
    Type Description
    IPlugin
    In this article
    • Constructors
      • InitializePluginProgressChangedEventArgs(IPlugin, int)
    • Properties
      • Plugin
    Back to top Generated by DocFX