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 |